From 06f61f191b9217c2b65f568297c0e76d3e0cce3c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 19 Apr 2016 00:00:58 -0400 Subject: localedata: LC_MESSAGES.{yes,no}expr: standardize yY/nN [BZ #15262] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The vast majority of languages include yY/nN in their yes/no regexes. Standardize the few that were missing them. ms_MY: noexpr: add nN nan_TW@latin: yesexpr: add yY nan_TW@latin: noexpr: add nN se_NO: noexpr: add nN This also highlighted a few that were incorrectly using yY/nN because they clashed with their localized messages: uz_UZ: yesexpr: change ^[+1YyHh] to ^[+1ҲҳHh] uz_UZ: noexpr: change ^[-0JjNn] to ^[-0ЙйNnYyJj] uz_UZ@cyrillic: yesexpr: change ^[+1ҲҳYy] to ^[+1ҲҳHh] uz_UZ@cyrillic: noexpr: change ^[-0ЙйNn] to [-0ЙйNnYyJj] yo_NG: move nN (short for Bẹ́ẹ̀ni) from noexpr to yesexpr --- localedata/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'localedata/ChangeLog') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 05e61eaafa..92636d95a5 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,16 @@ +2016-04-23 Mike Frysinger + + [BZ #15262] + * locales/ms_MY (LC_MESSAGES): Add nN to noexpr. + * locales/nan_TW@latin (LC_MESSAGES): Add nN to noexpr and yY to + yesexpr. + * locales/se_NO (LC_MESSAGES): Add nN to noexpr. + * locales/uz_UZ (LC_MESSAGES): Remove Yy from yesexpr and add Ҳҳ. + * locales/uz_UZ@cyrillic (LC_MESSAGES): Remove Yy from yesexpr and + add Hh. Add YyJj to noexpr. + * locales/yo_NG (LC_MESSAGES): Remove nN from noexpr and add nN to + yesexpr. + 2016-04-23 Mike Frysinger [BZ #15263] -- cgit 1.4.1