LetoDMS Community Forum
'Editor' for language files - Printable Version

+- LetoDMS Community Forum (https://community.letodms.com)
+-- Forum: Customization (https://community.letodms.com/forumdisplay.php?fid=5)
+--- Forum: Localizations (https://community.letodms.com/forumdisplay.php?fid=12)
+--- Thread: 'Editor' for language files (/showthread.php?tid=206)



'Editor' for language files - Reinhard_G - 11-22-2010

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