Releases: mlocati/gettext-iconv-windows
Releases · mlocati/gettext-iconv-windows
v0.22.5a-v1.17-r3
What's Changed
- Copy more files from lib/libexec/share by @mlocati in #34
- Support Windows 7+ instead of Windows 10+ by @mlocati in #36
Full Changelog: v0.22.5a-v1.17-r2...v0.22.5a-v1.17-r3
gettext 0.22.5a + iconv 1.17 - release 2
gettext 0.22.5a + iconv 1.17
v0.22.5a-v1.17 Fix typo in README.md
gettext 0.21 + iconv 1.16
gettext updated to version 0.21 (changelog)
gettext 0.20.2 + iconv 1.16
gettext updated to version 0.20.2 (changelog)
gettext 0.20.1 + iconv 1.16
gettext updated to version 0.20.1 (changelog)
gettext 0.20 + iconv 1.16
gettext 0.19.8.1 + iconv 1.15
libiconv updated to version 1.15 (changelog)
gettext 0.19.8.1 + iconv 1.14
gettext updated to version 0.19.8.1
For the full list of changes see https://savannah.gnu.org/news/?group_id=425
gettext 0.19.6 + iconv 1.14
gettext updated to version 0.19.6
Notable addition: gettext now comes with the new cldr-plurals.exe
tool that automatically generates plural rules from CLDR data.
For instance:
cldr-plurals.exe ru plurals.xml
generates the plural rule for Russian:
nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);