Skip to content

Version 0.19.7

Compare
Choose a tag to compare
@vslavik vslavik released this 19 Jan 15:58
· 50 commits to master since this release

Changes specific to gettext-tools-windows build:

  • Fixed broken relocation support and unified files organization between ZIP and NuGet versions.
  • Added ability to override output console encoding with GETTEXTIOENCODING variable.
  • Gettext tools are built with localization support enabled now.

Upstream changes:

  • Programming languages support:
    • XML: xgettext can now load custom string extraction rules supplied by consumer projects. The rules are written in XML, conforming the Internationalization Tag Set (ITS) standard. All the existing XML-based language scanners (Glade, GSettings, and AppData) are rewritten using ITS. In addition, msgfmt now has --xml option to merge translations back to the original XML document.
  • Portability:
    • Improve OS/2 kLIBC support (still not complete)
    • Remove dependency on expat

See also upstream announcement.