summaryrefslogtreecommitdiff
path: root/localedata/locales/az_AZ
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-04-18 23:10:58 -0400
committerMike Frysinger <vapier@gentoo.org>2016-04-23 03:41:56 -0400
commitf982160ead05503667c0e27efdc09e24e8b39d15 (patch)
tree4852482f4e80291bca7ad9236438b10ed43796e3 /localedata/locales/az_AZ
parentebf01e8334522a34c66f28322764d418d9b1c63e (diff)
localedata: LC_MESSAGES.{yes,no}expr: add +1/-0 to all regexes [BZ #15263]
A handful of regexes were allowing +1 for yesexpr and -0 for noexpr, and it's the i18n definition. Standardize all locales by allowing these language-independent values in them. Example change for en_US goes from ^[yY] to ^[+1yY], and from ^[nN] to ^[-0nN].
Diffstat (limited to 'localedata/locales/az_AZ')
-rw-r--r--localedata/locales/az_AZ4
1 files changed, 2 insertions, 2 deletions
diff --git a/localedata/locales/az_AZ b/localedata/locales/az_AZ
index f76c3a560c..3c12d4813e 100644
--- a/localedata/locales/az_AZ
+++ b/localedata/locales/az_AZ
@@ -204,8 +204,8 @@ END LC_CTYPE
LC_MESSAGES
% FIXME: No is "yox"; that conflicts with English "yes"... what to do .
-yesexpr "<U005E><U005B><U0042><U0062><U005D>"
-noexpr "<U005E><U005B><U0059><U0079><U004E><U006E><U005D>"
+yesexpr "<U005E><U005B><U002B><U0031><U0042><U0062><U005D>"
+noexpr "<U005E><U005B><U002D><U0030><U0059><U0079><U004E><U006E><U005D>"
yesstr "<U0062><U0259><U006C><U0069>"
nostr "<U0079><U006F><U0078>"
END LC_MESSAGES