GNU gettext - News
GNU gettext 0.25 released
Item posted by Bruno Haible <haible> on Wed 07 May 2025 05:15:13 PM UTC.
Download from https://ftp.gnu.org/pub/gnu/gettext/gettext-0.25.tar.gz
New in this release:
- Programming languages support:
- Go:
- xgettext now supports Go.
- 'msgfmt -c' now verifies the syntax of translations of Go format strings.
- New examples 'hello-go' and 'hello-go-http' have been added.
- TypeScript:
- xgettext now supports TypeScript and TSX (= TypeScript with JSX extensions).
- D:
- A new library libintl_d.a contains the runtime for using GNU gettext message catalogs in the D programming language.
- xgettext now supports D.
- 'msgfmt -c' now verifies the syntax of translations of D format strings.
- A new example 'hello-d' has been added.
- Modula-2:
- A new library libintl_m2.so contains the runtime for using GNU gettext message catalogs in the Modula-2 programming language.
- xgettext now supports Modula-2.
- 'msgfmt -c' now verifies the syntax of translations of Modula-2 format strings.
- A new example 'hello-modula2' has been added.
- Go:
- Improvements for maintainers:
- xgettext has two new options, '--no-git' and '--generated', that customize the way the 'POT-Creation-Date' in the POT file is computed.
- Fixed bad interactions between autoreconf and autopoint.
Powered by Savane 3.15.
Corresponding source code