From 6454400b2504835b8599ae5dcb356a3f5a1e38fd Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Sun, 14 Jan 2018 10:24:48 +0000 Subject: [PATCH] tl_PH-yesexpr # All lines beginning with `# DP:' are a description of the patch. # DP: Description: Fix yesexpr/noexpr/yesstr/nostr # DP: Related bugs: #295810 # DP: Dpatch author: Denis Barbier # DP: Patch author: eric pareja # DP: Upstream status: not submitted # DP: Date: 2006-01-10 Gbp-Pq: Topic localedata Gbp-Pq: Name tl_PH-yesexpr.diff --- localedata/locales/tl_PH | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/localedata/locales/tl_PH b/localedata/locales/tl_PH index 01002c2e5..b550cf3a4 100644 --- a/localedata/locales/tl_PH +++ b/localedata/locales/tl_PH @@ -144,7 +144,19 @@ week 7;19971130;1 END LC_TIME LC_MESSAGES -copy "en_US" + +% "^[oOyY].*" for "Yes" +yesexpr "" + +% "^[hHnN].*" for "No" +noexpr "" + +% "Oo" for "Yes" +yesstr "" + +% "Hindi" for "No" +nostr "" + END LC_MESSAGES LC_PAPER -- 2.30.2