]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
bn_BD locale: Use only the first letters of the full yesstr and nostr in yesexpr...
authorMike FABIAN <mfabian@redhat.com>
Tue, 24 Oct 2017 09:56:18 +0000 (11:56 +0200)
committerMike FABIAN <mfabian@redhat.com>
Wed, 25 Oct 2017 08:49:35 +0000 (10:49 +0200)
Using all characters of the full words for yes and no in yesexpr and noexpr
makes no sense here, especially not because the words for yes and no
share one character.

* localedata/locales/bn_BD (LC_MESSAGES): Use only the first
letters of the full yesstr and nostr in yesexpr and noexpr.

ChangeLog
localedata/locales/bn_BD

index 0b04e9ce59ec4d654cb66d2f7932fe31581f35a3..51457b63a193629652651bf0e55b5f63978c1db7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
 2017-10-24  Mike FABIAN  <mfabian@redhat.com>
 
        * localedata/locales/an_ES (LC_MESSAGES): Add yesstr and nostr.
index b220c215e8f8f49cbf177ad66b09282c2efea721..f193595eeefe52ed079c018afc12a053a6c8244e 100644 (file)
@@ -144,8 +144,8 @@ first_weekday 6
 END LC_TIME
 
 LC_MESSAGES
-yesexpr "<U005E><U005B><U002B><U0031><U09B9><U09CD><U09AF><U09BE><U0981><U0079><U0059><U005D>"
-noexpr  "<U005E><U005B><U002D><U0030><U09A8><U09BE><U006E><U004E><U005D>"
+yesexpr "^[+1yY<U09B9>]"
+noexpr  "^[-0nN<U09A8>]"
 yesstr  "<U09B9><U09CD><U09AF><U09BE><U0981>"
 nostr   "<U09A8><U09BE>"
 END LC_MESSAGES