Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

gettext i18n

1 view
Skip to first unread message

Syver Enstad

unread,
Jul 16, 2002, 2:42:22 PM7/16/02
to

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.

--

Vennlig hilsen

Syver Enstad

Martin v. Loewis

unread,
Jul 16, 2002, 4:55:50 PM7/16/02
to
Syver Enstad <syver-e...@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

Alex Martelli

unread,
Jul 17, 2002, 4:15:04 AM7/17/02
to
Syver Enstad wrote:

> 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 once posted a small walked-through example, see:

http://groups.google.com/groups?selm=9fkubv0i48%40enews2.newsguy.com

Some readers found it helped them get started.


Alex

Syver Enstad

unread,
Jul 17, 2002, 12:57:08 PM7/17/02
to
Alex Martelli <al...@aleax.it> writes:

> I once posted a small walked-through example, see:
>
> http://groups.google.com/groups?selm=9fkubv0i48%40enews2.newsguy.com
>
> Some readers found it helped them get started.

As usual excellent advice. Got it up and running in minutes. Thanks!

0 new messages