about summary refs log tree commit diff
path: root/localedata
diff options
context:
space:
mode:
authorMike FABIAN <mfabian@redhat.com>2017-10-24 11:56:18 +0200
committerMike FABIAN <mfabian@redhat.com>2017-10-25 10:49:35 +0200
commit3e79f758191d11e60cdf1975ece322831c73ede4 (patch)
tree70166c5623d05667595b191fecf5b05870601a72 /localedata
parent4960c87929ec76f02ad183f2110dac0db99bbf22 (diff)
downloadglibc-3e79f758191d11e60cdf1975ece322831c73ede4.tar.gz
glibc-3e79f758191d11e60cdf1975ece322831c73ede4.tar.xz
glibc-3e79f758191d11e60cdf1975ece322831c73ede4.zip
bn_BD locale: Use only the first letters of the full yesstr and nostr in yesexpr and noexpr
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.
Diffstat (limited to 'localedata')
-rw-r--r--localedata/locales/bn_BD4
1 files changed, 2 insertions, 2 deletions
diff --git a/localedata/locales/bn_BD b/localedata/locales/bn_BD
index b220c215e8..f193595eee 100644
--- a/localedata/locales/bn_BD
+++ b/localedata/locales/bn_BD
@@ -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