From fe043d8af2aac18246eac87b6ace24bf021806e7 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 24 Oct 2017 16:37:36 +0200 Subject: km_KH locale: Fix yesstr and nostr. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * localedata/locales/km_KH (LC_MESSAGES): Fix yestr and nostr. The yesstr and nostr apparently came from CLDR. And CLDR has a bug there: these strings contain a U+17D6 (which somewhat looks like a colon) instead of a real colon to separate the full words for “yes” and “no” from the single letter responses. --- localedata/locales/km_KH | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'localedata') diff --git a/localedata/locales/km_KH b/localedata/locales/km_KH index 7e62bd6d0d..55ee279a28 100644 --- a/localedata/locales/km_KH +++ b/localedata/locales/km_KH @@ -1002,8 +1002,8 @@ END LC_TIME LC_MESSAGES yesexpr "^[+1yY]" noexpr "^[-0nN]" -yesstr "" -nostr "" +yesstr "" +nostr "" END LC_MESSAGES LC_PAPER -- cgit v1.2.3-70-g09d2