Skip to content

Internationalization

Michael Kalbermatten edited this page Sep 27, 2013 · 1 revision

To create / update the internalization files, run the following commands:

buildout\bin\py setup.py extract_messages

Creates the first translation .pot file and extract all the messages from the Python files

buildout\bin\py.exe setup.py update_catalog

Update the (only french) dictionnaries

buildout\bin\py.exe setup.py compile_catalog

Compile the po file into a mo file.

Clone this wiki locally