11-22-2010, 04:55 PM
(This post was last modified: 11-22-2010, 04:57 PM by Reinhard_G.)
It is a hard work to edit a language file with a standard editor. Therefore I wrote a php-script, where you see the short message text, the full text of a master language (e.g. English) and the full text of your own language file. Here you can change your language text.
To make it easier I delete within the text the leading and trailing quote and all backslashes. These will be inserted again when the language file is created.
This script creates always a new language file lang_new.inc, the original language file will not be overwritten.
If you had finished your work, you only have to rename the file lang_new.inc to lang.inc.
You may send me a comment or questions here in ths forum.
Reinhard
To make it easier I delete within the text the leading and trailing quote and all backslashes. These will be inserted again when the language file is created.
This script creates always a new language file lang_new.inc, the original language file will not be overwritten.
If you had finished your work, you only have to rename the file lang_new.inc to lang.inc.
You may send me a comment or questions here in ths forum.
Reinhard