On Wed, 15 Feb 2006 23:07:14 +0900 David Stevenson <[EMAIL PROTECTED]>
babbled:
> On 2/15/06, David Stevenson <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > On 2/15/06, David Stevenson <[EMAIL PROTECTED]> wrote:
> > >
> > >
> > >
> > > On 2/15/06, Martin Geisler < [EMAIL PROTECTED]> wrote:
> > > >
> >
David,
On Fri, 2006-02-17 at 07:55 +0900, David Stevenson wrote:
> So the only (minor) improvement I can claim from the patch I posted
> last time is that we won't get those "sorry couldn't find your locale"
> messages on stderr when switching back to the C locale, but that
> doesn't require a te
On 2/17/06, Stafford Horne <[EMAIL PROTECTED]> wrote:
Hi David,This is a bit tricky. locale_path will be null for a few locales.en_US, C and en_US.utf8 and so on. This is because we always fall backto C for those translations. So textdomain will not be called for those
as well.Do you see any probl
Hi David,
This is a bit tricky. locale_path will be null for a few locales.
en_US, C and en_US.utf8 and so on. This is because we always fall back
to C for those translations. So textdomain will not be called for those
as well.
Do you see any problem if we call textdomain(PACKAGE) always after
On 2/15/06, David Stevenson <[EMAIL PROTECTED]> wrote:
On 2/15/06, David Stevenson <
[EMAIL PROTECTED]> wrote:
On 2/15/06, Martin Geisler <
[EMAIL PROTECTED]> wrote:
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> writes:> there's no documented call though to tell gettext to "flush your
> mush
On 2/15/06, David Stevenson <[EMAIL PROTECTED]> wrote:
On 2/15/06, Martin Geisler <
[EMAIL PROTECTED]> wrote:
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> writes:> there's no documented call though to tell gettext to "flush your
> mush" :(
I found this in the Gettext info pages, so for GNU
On 2/15/06, Martin Geisler <[EMAIL PROTECTED]> wrote:
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> writes:> there's no documented call though to tell gettext to "flush your> mush" :(
I found this in the Gettext info pages, so for GNU Gettext there is away to make it change language at runti
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> writes:
> there's no documented call though to tell gettext to "flush your
> mush" :(
I found this in the Gettext info pages, so for GNU Gettext there is a
way to make it change language at runtime:
10.5 Being a `gettext' grok
===