gettext 0.19.3

GNU gettext is a software translation toolkit and library. It provides a standardized string storage format and language bindings to facilitate text lookups and pluralized variant interpolation. Command-line tools aid text extraction and inserting the gettext lookup _() function calls. It's widely used with C and C++ software, but also supports shell scripts, C#, Perl, Python, Lisp, Scheme, Java, AWK, Tcl, PHP, Glade, Lua, JavaScript and Vala.

Tags c c++ gettext translation internationalization localization developers
License GNU LGPL
State stable

Recent Releases

0.19.317 Oct 2014 01:20 minor bugfix: Fix xgettext mishandling of octal character escapes in C. Fix autopoint infinite recursion with certain configure.ac. The po/Makevars file has a new field MSGINIT_OPTIONS, that can be used to adjust msginit's operation. This is particularly useful for controlling line wrapping behavior together with MSGMERGE_OPTIONS and XGETTEXT_OPTIONS. Portability: Building on Solaris 10 and 11 with Solaris Studio compiler is now fixed.