diff options
Diffstat (limited to 'localedata/locales/en_US')
-rw-r--r-- | localedata/locales/en_US | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/localedata/locales/en_US b/localedata/locales/en_US index 5345fc37cd..307f53cb44 100644 --- a/localedata/locales/en_US +++ b/localedata/locales/en_US @@ -131,10 +131,10 @@ am_pm "<U0041><U004D>";"<U0050><U004D>" END LC_TIME LC_MESSAGES -yesexpr "<U005E><U005B><U002B><U0031><U0079><U0059><U005D>" -noexpr "<U005E><U005B><U002D><U0030><U006E><U004E><U005D>" -yesstr "<U0079><U0065><U0073>" -nostr "<U006E><U006F>" +yesexpr "^[+1yY]" +noexpr "^[-0nN]" +yesstr "yes" +nostr "no" END LC_MESSAGES LC_PAPER |