Tryton GTK client is not fully translated into French when French status is 100%

Dear all,

After enabling French and updating modules, the GTK client displays localized text in French.
But the main GUI of GTK client remains in English. Tooltips are also in English.

Tryton translation server (http://pootle.tryton.org) seems to offer module translation, not the main GTK interface. On Pootle, translations are marked 100% done in French at the time of writing.

How do I display GTK interface in French?

Kind regards,

This is a problem with my configuration:
tryton/data/locale/fr/LC_MESSAGES/tryton.po
is translated

I am running Debian:
echo $LANG
fr_FR.UTF-8

How do you installed the client?

If you are running the client for source, translations must be compiled with running:

 python setup.py compile_catalog

Once you have compiled the catalog, restarting and reopining the client will cause the translations to appear.

Hope it helps

1 Like

Got it, thanks. I was running directly without compiling translations.