GNU gettext - Summary
This software is part of the GNU Project.
This project hosts the source repository for the GNU gettext package (including the libintl library) and its home page.
The source of the GNU gettext package is available through the "Git" link above, or directly through
$ git clone git://git.savannah.gnu.org/gettext.git
Three mailing lists are available:
- bug-gettext @ gnu.org -- for discussing bugs and features of the GNU gettext software.
- translation-i18n @ lists.sourceforge.net -- for discussing translator tools and translation methodologies in general, including but not limited to GNU gettext,
- coordinator @ translationproject.org -- the Free Translation Project that manages the submissions of message catalogs for many GNU packages. Please visit http://translationproject.org/ first.
Archives for the first two mailing lists are found at
- http://lists.gnu.org/archive/html/bug-gettext/ (starting at 2011-03-20), http://lists.gnu.org/archive/html/bug-gnu-utils/ (up to 2011-03-19)
- https://sourceforge.net/p/translation/mailman/translation-i18n/
Registration Date: Wed 29 Aug 2001 06:27:34 PM UTC
License: GNU General Public License v3 or later
Development Status: 5 - Production/Stable
posted by haible, Sun 01 Dec 2024 02:04:15 PM UTC
Download from https://ftp.gnu.org/pub/gnu/gettext/gettext-0.23.tar.gz
New in this release:
- Internationalized data formats:
- XML:
- The escaping of characters such as & < > has been changed:
- No escaping is done any more by xgettext, when creating a POT file.
- The escaping of characters such as & < > has been changed:
- XML:
posted by haible, Thu 22 Feb 2024 01:38:18 AM UTC
Download from https://ftp.gnu.org/pub/gnu/gettext/gettext-0.22.5.tar.gz
This is a bug-fix release.
New in this release:
- The replacements for the printf()/fprintf()/... functions that are provided through <libintl.h> on native Windows and NetBSD now enable GCC's format string analysis (-Wformat).
- Bug fixes:
- xgettext's processing of Vala files with printf method invocations has been corrected (regression in 0.22).
- Build fixes on macOS.
posted by haible, Sun 19 Nov 2023 09:32:51 PM UTC
Download from https://ftp.gnu.org/pub/gnu/gettext/gettext-0.22.4.tar.gz
This is a bug-fix release.
New in this release:
- Bug fixes:
- AM_GNU_GETTEXT now recognizes a statically built libintl on macOS and AIX.
- Build fixes on AIX.
posted by haible, Thu 05 Oct 2023 08:00:29 AM UTC
Download from https://ftp.gnu.org/pub/gnu/gettext/gettext-0.22.3.tar.gz
This is a bug-fix release.
New in this release:
- Portability:
- The libintl library now works on macOS 14. (Older versions of libintl crash on macOS 14, due to an incompatible change in macOS.)
- Browse open items
Submit a new item
- Browse open items
Submit a new item
Powered by Savane 3.14-d582.
Corresponding source code