Re: [Wormux-dev] Locale dir ...

2004-11-01 Par sujet Michael Prager
I compared those in wormux-src-0.5beta2.tar.bz2 and their content is equal. Cheers, Michael Prager Victor STINNER wrote: Le samedi 30 octobre 2004 à 16:28 +0200, Michael Prager a écrit : Basically I agree with you, but isn't the po folder a standard for projects using gettext? You'r

Re: [Wormux-dev] Locale dir ...

2004-11-01 Par sujet Victor STINNER
Le samedi 30 octobre 2004 à 16:28 +0200, Michael Prager a écrit : > Basically I agree with you, but isn't the po folder a standard for > projects using gettext? You're right. gettext manual only speak about po/ subdir. So I removed old locale dir with all .po files. Oups, I did check if po files

Re: [Wormux-dev] Locale dir ...

2004-10-30 Par sujet Michael Prager
Victor STINNER wrote: Hi, I added an option in config file : which can specify where .mo files should be readed. It worked great before autotools and was useful for translator because files in /usr/* are read only. But the problem is know that all .po and .mo (.gmo) files are stored in po/ ins

[Wormux-dev] Locale dir ...

2004-10-30 Par sujet Victor STINNER
Hi, I added an option in config file : which can specify where .mo files should be readed. It worked great before autotools and was useful for translator because files in /usr/* are read only. But the problem is know that all .po and .mo (.gmo) files are stored in po/ instead of locale. So, I wou