TranslationsΒΆ

You can find the list of Kotti’s translations here. Kotti uses GNU gettext and .po files for internationalization.

You can set the pyramid.default_locale_name in your configuration file to choose which language Kotti should serve the user interface (see Configure the user interface language).

In order to compile your .po files to .mo files, do:

bin/python setup.py compile_catalog --use-fuzzy

To extract messages and update the existing .pot and .po files, do:

bin/python setup.py extract_messages update_catalog