mirror of git://sourceware.org/git/glibc.git
km_KH locale: Fix yesstr and nostr.
* 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.
This commit is contained in:
parent
360a8df3af
commit
fe043d8af2
|
@ -1,3 +1,11 @@
|
||||||
|
2017-10-24 Mike FABIAN <mfabian@redhat.com>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
2017-10-24 Mike FABIAN <mfabian@redhat.com>
|
2017-10-24 Mike FABIAN <mfabian@redhat.com>
|
||||||
|
|
||||||
* localedata/locales/ka_GE (LC_MESSAGES): Fix yesexp to make
|
* localedata/locales/ka_GE (LC_MESSAGES): Fix yesexp to make
|
||||||
|
|
|
@ -1002,8 +1002,8 @@ END LC_TIME
|
||||||
LC_MESSAGES
|
LC_MESSAGES
|
||||||
yesexpr "^[+1yY]"
|
yesexpr "^[+1yY]"
|
||||||
noexpr "^[-0nN]"
|
noexpr "^[-0nN]"
|
||||||
yesstr "<U1794><U17B6><U1791><U002F><U1785><U17B6><U179F><U200B><U17D6><U0020><U0079>"
|
yesstr "<U1794><U17B6><U1791><U002F><U1785><U17B6><U179F>"
|
||||||
nostr "<U1791><U17C1><U200B><U17D6><U0020><U006E>"
|
nostr "<U1791><U17C1>"
|
||||||
END LC_MESSAGES
|
END LC_MESSAGES
|
||||||
|
|
||||||
LC_PAPER
|
LC_PAPER
|
||||||
|
|
Loading…
Reference in New Issue