summaryrefslogtreecommitdiff
path: root/localedata/locales/en_CA
diff options
context:
space:
mode:
Diffstat (limited to 'localedata/locales/en_CA')
-rw-r--r--localedata/locales/en_CA8
1 files changed, 4 insertions, 4 deletions
diff --git a/localedata/locales/en_CA b/localedata/locales/en_CA
index e1505fb05e..72a27f0ed9 100644
--- a/localedata/locales/en_CA
+++ b/localedata/locales/en_CA
@@ -137,16 +137,16 @@ END LC_TIME
LC_MESSAGES
% Accept both English "Yes" and French "Oui" as Canada is bilingual.
-yesexpr "<U005E><U005B><U002B><U0031><U0079><U0059><U006F><U004F><U005D>"
+yesexpr "^[+1yYoO]"
% Accept both Engish "No" and French "Non" as Canada is bilingual.
-noexpr "<U005E><U005B><U002D><U0030><U006E><U004E><U005D>"
+noexpr "^[-0nN]"
% yes - Display only the English "yes". While Canada is bilingual it would be
% difficult to display two words e.g. yes|oui, where one word is expected.
% Thus given that the majority of the population is Anglophone we use only
% the English word for yesstr.
-yesstr "<U0079><U0065><U0073>"
+yesstr "yes"
% no - Display only the English "no". See the rationale for yesstr.
-nostr "<U006E><U006F>"
+nostr "no"
END LC_MESSAGES
LC_PAPER