From 1e5971ec1452784d6cb59539442d92b7020378d5 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Fri, 27 Oct 2017 10:53:35 +0200 Subject: [PATCH] Fix all remaining issues of [BZ #15260] MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit [BZ #15260] * localedata/locales/doi_IN (LC_MESSAGES): Match only for the first letters of yesstr and nostr in yesexpr and noexpr, not for the full words. * localedata/locales/hne_IN (LC_MESSAGES): Likewise. * localedata/locales/kok_IN (LC_MESSAGES): Likewise. * localedata/locales/mr_IN (LC_MESSAGES): Likewise. * localedata/locales/sat_IN (LC_MESSAGES): Likewise. * localedata/locales/km_KH (LC_MESSAGES): Match also for the first letters of yesstr and nostr in yesexpr and noexpr, until now only English was matched in yesexpr and noexpr. * localedata/locales/tl_PH (LC_MESSAGES): Use “copy "fil_PH"” instead of “copy "en_US"”. CLDR has yesstr and nostr data for fil but not for tl. As tl and fil are very similar, using fil is probably better than using English. --- ChangeLog | 18 ++++++++++++++++++ localedata/locales/doi_IN | 4 ++-- localedata/locales/hne_IN | 4 ++-- localedata/locales/km_KH | 4 ++-- localedata/locales/kok_IN | 4 ++-- localedata/locales/mr_IN | 4 ++-- localedata/locales/sat_IN | 4 ++-- localedata/locales/tl_PH | 2 +- 8 files changed, 31 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4caaf0d5d0..72521925ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2017-10-27 Mike FABIAN + + [BZ #15260] + * localedata/locales/doi_IN (LC_MESSAGES): Match only for the + first letters of yesstr and nostr in yesexpr and noexpr, + not for the full words. + * localedata/locales/hne_IN (LC_MESSAGES): Likewise. + * localedata/locales/kok_IN (LC_MESSAGES): Likewise. + * localedata/locales/mr_IN (LC_MESSAGES): Likewise. + * localedata/locales/sat_IN (LC_MESSAGES): Likewise. + * localedata/locales/km_KH (LC_MESSAGES): Match also for the + first letters of yesstr and nostr in yesexpr and noexpr, + until now only English was matched in yesexpr and noexpr. + * localedata/locales/tl_PH (LC_MESSAGES): Use “copy "fil_PH"” + instead of “copy "en_US"”. CLDR has yesstr and nostr data for + fil but not for tl. As tl and fil are very similar, using fil + is probably better than using English. + 2017-10-27 Thierry Vignaud [BZ #21706] diff --git a/localedata/locales/doi_IN b/localedata/locales/doi_IN index db215bc7dd..dc057ffb90 100644 --- a/localedata/locales/doi_IN +++ b/localedata/locales/doi_IN @@ -136,8 +136,8 @@ END LC_TIME LC_MESSAGES -yesexpr "^(|[+1yY])" -noexpr "^(|[-0nN])" +yesexpr "^[+1yY]" +noexpr "^[-0nN]" yesstr "" nostr "" END LC_MESSAGES diff --git a/localedata/locales/hne_IN b/localedata/locales/hne_IN index 163e6a48b2..4da24ecdd9 100644 --- a/localedata/locales/hne_IN +++ b/localedata/locales/hne_IN @@ -134,8 +134,8 @@ END LC_TIME LC_MESSAGES -yesexpr "^[+1yY]" -noexpr "^[-0nN]" +yesexpr "^[+1yY]" +noexpr "^[-0nN]" yesstr "" nostr "" END LC_MESSAGES diff --git a/localedata/locales/km_KH b/localedata/locales/km_KH index 55ee279a28..71bb41cd20 100644 --- a/localedata/locales/km_KH +++ b/localedata/locales/km_KH @@ -1000,8 +1000,8 @@ week 7;19971130;1 END LC_TIME LC_MESSAGES -yesexpr "^[+1yY]" -noexpr "^[-0nN]" +yesexpr "^[+1yY]" +noexpr "^[-0nN]" yesstr "" nostr "" END LC_MESSAGES diff --git a/localedata/locales/kok_IN b/localedata/locales/kok_IN index a3665705a5..e66a6f60b6 100644 --- a/localedata/locales/kok_IN +++ b/localedata/locales/kok_IN @@ -134,8 +134,8 @@ END LC_TIME LC_MESSAGES -yesexpr "^(|[+1yY])" -noexpr "^(|[-0nN])" +yesexpr "^[+1yY]" +noexpr "^[-0nN]" yesstr "" nostr "" END LC_MESSAGES diff --git a/localedata/locales/mr_IN b/localedata/locales/mr_IN index 3d10db84dd..af727cca8c 100644 --- a/localedata/locales/mr_IN +++ b/localedata/locales/mr_IN @@ -157,8 +157,8 @@ END LC_TIME LC_MESSAGES -yesexpr "^([+1yY]|)" -noexpr "^([-0nN]|)" +yesexpr "^[+1yY]" +noexpr "^[-0nN]" yesstr "" nostr "" END LC_MESSAGES diff --git a/localedata/locales/sat_IN b/localedata/locales/sat_IN index e460f7471f..c89c92e85c 100644 --- a/localedata/locales/sat_IN +++ b/localedata/locales/sat_IN @@ -136,8 +136,8 @@ END LC_TIME LC_MESSAGES -yesexpr "^(|[+1yY])" -noexpr "^(|[-0nN])" +yesexpr "^[+1yY]" +noexpr "^[-0nN]" yesstr "" nostr "" END LC_MESSAGES diff --git a/localedata/locales/tl_PH b/localedata/locales/tl_PH index 046e52f935..16271bea2b 100644 --- a/localedata/locales/tl_PH +++ b/localedata/locales/tl_PH @@ -143,7 +143,7 @@ week 7;19971130;1 END LC_TIME LC_MESSAGES -copy "en_US" +copy "fil_PH" END LC_MESSAGES LC_PAPER -- 2.11.4.GIT