[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH 08/36] localedata: fix yesexpr/noexpr/yesstr/nostr for tl_PH locale



From: eric pareja <xenos@upm.edu.ph>
Date: Sun, 15 Jan 2006 11:19:28 -0600

After emailing with Christian Perrier (bubulle@debian.org), I modified
tl_PH locale further to fix the yesexpr to include "yY" and the noexpr
to include "nN" in order to avoid breaking Yes/No behavior.

Fixes: http://bugs.debian.org/295810
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
---
 localedata/locales/tl_PH |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/localedata/locales/tl_PH b/localedata/locales/tl_PH
index 40c6a71..c51deda 100644
--- a/localedata/locales/tl_PH
+++ b/localedata/locales/tl_PH
@@ -140,7 +140,19 @@ t_fmt_ampm  "<U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053><U0020><U00
 END LC_TIME
 
 LC_MESSAGES
-copy "en_US"
+
+% "^[oOyY].*" for "Yes"
+yesexpr "<U005E><U005B><U006F><U004F><U0079><U0059><U005D><U002E><U002A>"
+
+% "^[hHnN].*" for "No"
+noexpr "<U005E><U005B><U0068><U0048><U006E><U004E><U005D><U002E><U002A>"
+
+% "Oo" for "Yes"
+yesstr "<U004F><U006F>"
+
+% "Hindi" for "No"
+nostr "<U0048><U0069><U006E><U0064><U0069>"
+
 END LC_MESSAGES
 
 LC_PAPER
-- 
1.7.5.1


Reply to: