From: Bruno Haible Date: Sat, 17 Jan 2004 15:52:32 +0000 (+0000) Subject: Special advice for Norwegian users. X-Git-Tag: v0.14~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe89ccfb2c6d0e9130a9ebe2d31609c42c1321d5;p=thirdparty%2Fgettext.git Special advice for Norwegian users. --- diff --git a/NEWS b/NEWS index be5df3f29..9beb5670e 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,13 @@ Version 0.14 - January 2004 in Forms applications) have been added. - New documentation section: Preparing Library Sources. + +* Special advice for Norwegian users: The language code for Norwegian + bokmål changed from 'no' to 'nb' recently (in 2003). During the transition + period, while some message catalogs for this language are installed under + 'nb' and some older ones under 'no', it's recommended for Norwegian users to + set the LANGUAGE environment variable to 'nb:no' so that both newer and + older translations are used. Version 0.13.1 - December 2003 diff --git a/gettext-runtime/NEWS b/gettext-runtime/NEWS index 16807712a..d61100e2a 100644 --- a/gettext-runtime/NEWS +++ b/gettext-runtime/NEWS @@ -2,6 +2,13 @@ Version 0.14 - January 2004 * New library: GNU.Gettext.dll contains the runtime for using GNU gettext message catalogs in C#. + +* Special advice for Norwegian users: The language code for Norwegian + bokmål changed from 'no' to 'nb' recently (in 2003). During the transition + period, while some message catalogs for this language are installed under + 'nb' and some older ones under 'no', it's recommended for Norwegian users to + set the LANGUAGE environment variable to 'nb:no' so that both newer and + older translations are used. Version 0.13 - November 2003 diff --git a/gettext-runtime/doc/ChangeLog b/gettext-runtime/doc/ChangeLog index afa3e241d..9710c58f2 100644 --- a/gettext-runtime/doc/ChangeLog +++ b/gettext-runtime/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-01-17 Bruno Haible + + * nls.texi: Give some advice for smoothing the no -> nb transition. + 2004-01-17 Bruno Haible * matrix.texi: Update. diff --git a/gettext-runtime/doc/nls.texi b/gettext-runtime/doc/nls.texi index ca5854de1..30309c608 100644 --- a/gettext-runtime/doc/nls.texi +++ b/gettext-runtime/doc/nls.texi @@ -160,6 +160,13 @@ For example, some Swedish users who would rather read translations in German than English for when Swedish is not available, set @code{LANGUAGE} to @samp{sv:de} while leaving @code{LANG} to @samp{sv_SE}. +Special advice for Norwegian users: The language code for Norwegian +bokm@ringaccent{a}l changed from @samp{no} to @samp{nb} recently (in 2003). +During the transition period, while some message catalogs for this language +are installed under @samp{nb} and some older ones under @samp{no}, it's +recommended for Norwegian users to set @code{LANGUAGE} to @samp{nb:no} so that +both newer and older translations are used. + In the @code{LANGUAGE} environment variable, but not in the @code{LANG} environment variable, @samp{@var{ll}_@var{CC}} combinations can be abbreviated as @samp{@var{ll}} to denote the language's main dialect.