aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike FABIAN <mfabian@redhat.com>2017-10-24 14:06:05 +0200
committerMike FABIAN <mfabian@redhat.com>2017-10-25 10:49:35 +0200
commitbab7b6b0a6474cf517a372aca2e2911ae907f96a (patch)
tree345d8875993328734c3d927453ceadcc12d9d59c /ChangeLog
parent3e79f758191d11e60cdf1975ece322831c73ede4 (diff)
downloadglibc-bab7b6b0a6474cf517a372aca2e2911ae907f96a.zip
glibc-bab7b6b0a6474cf517a372aca2e2911ae907f96a.tar.gz
glibc-bab7b6b0a6474cf517a372aca2e2911ae907f96a.tar.bz2
mr_IN locale: Fix yesstr and nostr and improve yesexpr and noexpr.
* localedata/locales/mr_IN (LC_MESSAGES): Fix yesstr and nostr and improve yesexpr and noexpr. The yesstr and nostr apparently came from CLDR. And CLDR has a bug there: these strings contain a U+0903 (which looks like a colon) instead of a real colon to separate the full words for “yes” and “no” from the single letter responses.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 51457b6..ede09a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2017-10-24 Mike FABIAN <mfabian@redhat.com>
+ * localedata/locales/mr_IN (LC_MESSAGES): Fix yesstr and nostr
+ and improve yesexpr and noexpr. The yesstr and nostr apparently
+ came from CLDR. And CLDR has a bug there: these strings contain
+ a U+0903 (which 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>
+
* localedata/locales/bn_BD (LC_MESSAGES): Use only the first
letters of the full yesstr and nostr in yesexpr and noexpr.