Customization - Creating a language translation

Making language file

Language packs are simply JavaScript name/value arrays placed in the ".js" files in the "lang" directory. Notice there are two kinds of language packs.

Remember, the last translation line should not have a , character at the end.

Files to edit

When translating EditArea, these are the files that currently needs to be translated:

edit_area/langs/en.js
edit_area/plugins/<plugin_name>/langs/en.js

Contributing your language pack

Go to the sourceforge patch page and upload a zip containing all the language files in the correct directory structure.

Please translate all the plugins, even if you aren't using them.