We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.