gettext i18n

Martin v. Loewis martin at v.loewis.de
Tue Jul 16 16:55:50 EDT 2002


Syver Enstad <syver-en+usenet at online.no> writes:

> Are there any tutorials on this around? I read the i18n chapter in the
> python documentation but it doesn't say much about what to do with the
> files that pygettext and msgfmt generates.

I recommend to read the GNU gettext manual. It is not specific to
Python, but the concepts are the same.

Essentially, you need to install them in a place where
gettext.dgettext finds them.

Regards,
Martin



More information about the Python-list mailing list