From 7317a9702081589b5a67f6883d8cf033e1b67605 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Mon, 17 Jul 2017 14:31:11 +0200 Subject: [PATCH] Fix yesexpr in new agr_PE locale MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit yY should be added there as in (almost) all other locales (Suggested by Rafał Lużyński). * locales/agr_PE (LC_MESSAGES): Add yY to yesexpr. --- localedata/ChangeLog | 4 ++++ localedata/locales/agr_PE | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 42a9d0f12a2..e879c689f1a 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,7 @@ +2017-07-17 Mike FABIAN + + * locales/agr_PE (LC_MESSAGES): Add yY to yesexpr. + 2017-07-17 Mike FABIAN * locales/hif_FJ: Write "Latin" in title case in "title" diff --git a/localedata/locales/agr_PE b/localedata/locales/agr_PE index 79c827d5ce0..43d43be85ee 100644 --- a/localedata/locales/agr_PE +++ b/localedata/locales/agr_PE @@ -170,8 +170,8 @@ copy "es_PE" END LC_MEASUREMENT LC_MESSAGES -% ^[+1eEsS].* -yesexpr "" +% ^[+1eEsSyY].* +yesexpr "" % ^[-0aAnN].* noexpr "" % ehe -- 2.47.3