So I'm making test i18n project on pygtk.Builder and was really surprised that process of converting .po files to .mo is completely manual.
I think msgfmt has to have -r option for recursive and something like --textdomain for automatic .mo renaming.
Maybe I just can't find the right package or script?
Are there any instruments for automatic .mo creation? locale/ directory structure is:
Writing a script with find -type f myself..../uk/LC_MESSAGES/codin.po
./C/LC_MESSAGES/codin.pot
./ru/LC_MESSAGES/codin.po
./en/LC_MESSAGES/codin.po




Adv Reply

Bookmarks