Le 03/09/11 21:25, Stephan Witt a écrit :
I had a go at it some time go, and it looks like the code that looks for
existing translations (int Language initialization) loads all the .gmo files
and after some point gettext refuses to load a new one. You can check whether
removing the test for availability in Language loading fixes your problem
When I remove the test it works.
So we are in trouble, aren't we?
I think anyway that loading all gmo files just to know which ones exist
is a broken concept. We have to find another way to detect which
languages are supported.
JMarc