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
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
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
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