gettext-0.14-pre1 available for testing
Bruno Haible <[email protected]> Sun, 18 Jan 2004 18:28:16 +0100
| Newsgroups | gmane.comp.sysutils.autotools.announce |
|---|---|
| Message-ID | <[email protected]> |
This prerelease of gettext-0.14
http://www.haible.de/bruno/gnu/gettext-0.14-pre1.tar.gz
has the following new features:
* 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.
Please report problems with it to me ([email protected]), not to the mailing
list.
Enjoy!
Bruno