From a0b7f996b73aabf650bd6f31c7e3a036572b6bff Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Thu, 3 Aug 2017 11:33:00 +0200 Subject: [PATCH] Drop redundant .* from yesexpr and noexpr in agr_PE locale And make the expressions more readable by using the POSIX portable character set instead of Unicode code points. * locales/agr_PE (LC_MESSAGES): drop .* from yesexpr and noexpr --- localedata/ChangeLog | 4 ++++ localedata/locales/agr_PE | 12 ++++-------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/localedata/ChangeLog b/localedata/ChangeLog index b5e5b705a5..7e8dc50b64 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,7 @@ +2017-08-03 Mike FABIAN + + * locales/agr_PE (LC_MESSAGES): drop .* from yesexpr and noexpr + 2017-08-02 Akhilesh Kumar [BZ #21845] diff --git a/localedata/locales/agr_PE b/localedata/locales/agr_PE index 8d56390898..046e03dd25 100644 --- a/localedata/locales/agr_PE +++ b/localedata/locales/agr_PE @@ -170,14 +170,10 @@ copy "es_PE" END LC_MEASUREMENT LC_MESSAGES -% ^[+1eEsSyY].* -yesexpr "" -% ^[-0aAnN].* -noexpr "" -% ehe -yesstr "" -% atsa -nostr "" +yesexpr "^[+1eEsSyY]" +noexpr "^[-0aAnN]" +yesstr "ehe" +nostr "atsa" END LC_MESSAGES LC_NAME -- 2.11.4.GIT