GNU gettext 0.14 is released
Bruno Haible <[email protected]> Thu, 29 Jan 2004 16:23:33 +0100
| Newsgroups | gmane.comp.sysutils.autotools.announce |
|---|---|
| Message-ID | <[email protected]> |
It's at http://ftp.gnu.org/gnu/gettext/gettext-0.14.tar.gz
New in 0.14:
* Programming languages support:
- C#:
xgettext now also supports C#.
New library: GNU.Gettext.dll contains the runtime for using GNU gettext
message catalogs in C#.
msgfmt can create (and msgunfmt can dump) message catalogs for C#.
* Special feature for Farsi (Persian): Translators can insert an 'I' flag
into numeric format directives in format strings. Its effect is that, on
glibc systems, the number is generated with the locale dependent set of
special digits instead of the usual ASCII digits.
* Documentation:
- New documentation section: C#.
- Complete examples illustrating the use of gettext in C# (in text mode and
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.
Bruno