From: Bruno Haible Date: Sun, 15 Sep 2019 23:45:20 +0000 (+0200) Subject: Document improvement done on 2019-05-20. X-Git-Tag: v0.21~165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24566c3387a6b8b4f21312c90a1da522b4714009;p=thirdparty%2Fgettext.git Document improvement done on 2019-05-20. * gettext-runtime/NEWS: Document improvement. * NEWS: Likewise. --- diff --git a/NEWS b/NEWS index f0b60903d..3730e8ee2 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Version 0.21 - August 2019 +Version 0.21 - September 2019 * Programming languages support: - Shell: @@ -18,6 +18,11 @@ Version 0.21 - August 2019 The value of the 'Icon' property is no longer extracted into the POT file by xgettext. The documentation explains how to localize icons. +* Runtime behaviour: + - The interpretation of the language preferences on macOS has been improved, + especially in the case where a system locale does not exist for the + combination of the selected primary language and the selected territory. + Version 0.20.1 - May 2019 * Important bug fix: diff --git a/gettext-runtime/NEWS b/gettext-runtime/NEWS index a24f99855..fb3af40f4 100644 --- a/gettext-runtime/NEWS +++ b/gettext-runtime/NEWS @@ -1,3 +1,9 @@ +Version 0.21 - September 2019 + +* The interpretation of the language preferences on macOS has been improved, + especially in the case where a system locale does not exist for the + combination of the selected primary language and the selected territory. + Version 0.20 - April 2019 * The interpretation of the language preferences on macOS has been fixed.