Localization
Kiri:Moto supports localization through a single easy-to-extend dictionary
Last updated
Was this helpful?
Kiri:Moto supports localization through a single easy-to-extend dictionary
Last updated
Was this helpful?
If you are interested in adding a new language to Kiri:Moto's interface, follow the directions on this page to setup a local dev environment:
Then create a copy of the file with the new file using either a two-letter or compound language-country code (like en-us.js
) and put it in the same lang
directory.
Replace all values with correct localized values and submit a to have it included in the official Kiri:Moto code-base.
If you have the time, please consider also localizing web/kiri/lang/en-help.html
Test your language by appending ?ln:XX
to your local URL where XX
is the name of your language file without the .js
extension.