Skip to content

Latest commit

 

History

History

i18n

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

For Translators:

KonOpas uses Alex Sexton's messageformat.js. If you'd like to implement your own localization, the easiest way is probably to use our online i18n.js generator and to save the output as i18n/i18n.js.

Please note that non-English localizations need a few more terms defined than is included in i18n/en.json here. Therefore, you should base your work on this version instead:

http://www.konopas.org/util/i18n/en.json

You are most welcome to contribute your localizations to the project, either by adding a GitHub pull request for the .json file or by e-mailing it to: info@konopas.org

Two sed scripts, json2po and po2json, are included to help reformat the source translation files to and from GetText .po files, which may be easier to handle with conventional translation tools.