]> sourceware.org Git - glibc.git/commit
localedata: LC_MESSAGES.{yes,no}expr: standardize yY/nN [BZ #15262]
authorMike Frysinger <vapier@gentoo.org>
Tue, 19 Apr 2016 04:00:58 +0000 (00:00 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 23 Apr 2016 07:54:27 +0000 (03:54 -0400)
commit06f61f191b9217c2b65f568297c0e76d3e0cce3c
tree8a8dccb7dcae3f177e593dac131e66bbe5c40f03
parentf982160ead05503667c0e27efdc09e24e8b39d15
localedata: LC_MESSAGES.{yes,no}expr: standardize yY/nN [BZ #15262]

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
localedata/locales/ms_MY
localedata/locales/nan_TW@latin
localedata/locales/se_NO
localedata/locales/uz_UZ
localedata/locales/uz_UZ@cyrillic
localedata/locales/yo_NG
This page took 0.04257 seconds and 5 git commands to generate.