From 1e5971ec1452784d6cb59539442d92b7020378d5 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Fri, 27 Oct 2017 10:53:35 +0200 Subject: Fix all remaining issues of [BZ #15260] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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. --- localedata/locales/km_KH | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'localedata/locales/km_KH') 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 -- cgit v1.2.1