AW: [dev] Czech translation + gettext problem
Alexander Knauer
dbadmin@avenet.stw.uni-erlangen.de
Fri, 10 Aug 2001 11:11:43 +0200
Is there something special to pay attention to when using Debian and
gettext??
My gettext does really nothing, english is the ONLY working language
indepedently
which language I export as env-variable. Same behaviour of IMP,
nevertheless which
language I select in the drop-drown-box, all text is displayed only
english.
Does anyone know of this problem or a website which explains which
env-variables must
be set to get gettext working on Debian Linux??
My gettext-version installed 0.10.39-2. installed using Debians dselect.
Thanks for info.
> -----Ursprüngliche Nachricht-----
> Von: Joris Braakman [mailto:jorisb@lama.euronet.nl] Im
> Auftrag von Joris Braakman
> Gesendet: Freitag, 10. August 2001 10:29
> An: dev@lists.horde.org
> Betreff: Re: [dev] Czech translation + gettext problem
>
>
> On Thu, Aug 09, 2001 at 04:12:11PM -0700, Pavel Chytil wrote:
> > Hello,
> >
> > I have translated following modules to Czech language:
> > horde, imp, gollem, nag, kronolith, turba, chora.
> >
> > I can not test them though, because I can't make horde
> work under any other
> > languages than English and simplified Chinese.
> > I can create .mo files without any troubles. It looks like
> gettext is screwing
> > up things. I follow up test for gettext in REDME file
> under "po" directory, but
> > that does not work at all. Any ideas how can I make this work?
>
> Things have changed a bit since that README. Language names have
> changed. nl is now nl_NL for example.
> First config the OS to support Dutch or Czech in your case. For Debian
> Linux that means adding nl_NL to that file (see below). Then run
> locale-gen . Test it with:
> $ (export LANG=nl_NL; ls -z)
> ls: ongeldige optie -- z
> Probeer `ls --help' voor meer informatie.
>
> Secondly move the nl.po file to nl_NL.po and rerun msgfmt.
>
> Hope this helps, change nl to czech equivalent ofcourse, Joris.
>
>
> $ more locale.gen
> # This file lists locales that you wish to have built. You can find a
> # list
> # of valid supported locales at /usr/share/doc/locales/SUPPORTED.gz.
> # Other
> # combinations are possible, but may not be well tested. If you change
> # this file, you need to rerun locale-gen.
>
>
> # Build en_US by default.
>
> en_US ISO-8859-1
> nl_NL ISO-8859-1
> nl_NL@euro ISO-8859-15
>
>
> --
> Horde Developers mailing list: http://horde.org/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: dev-unsubscribe@lists.horde.org
>
>