This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 1/1] Fix LC_MESSAGES and LC_ADDRESS for anp_IN


[BZ #21760]
        Fixed LC_MESSAGES and LC_ADDRESS for anp_IN
 
Signed-off-by: Akhilesh Kumar <akhilesh.k@samsung.com>
---
 localedata/locales/anp_IN |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/localedata/locales/anp_IN b/localedata/locales/anp_IN
index cef32b4..0565bb8 100644
--- a/localedata/locales/anp_IN
+++ b/localedata/locales/anp_IN
@@ -149,6 +149,8 @@ END LC_TIME
 LC_MESSAGES
 yesexpr "<U005E><U005B><U002B><U0031><U0939><U0935><U0079><U0059><U005D>"
 noexpr  "<U005E><U005B><U002D><U0030><U0928><U0907><U006E><U004E><U005D>"
+yesstr  "<U0939><U093E><U0901>"
+nostr   "<U0928><U0939><U0940><U0902>"
 END LC_MESSAGES
 
 
@@ -178,6 +180,7 @@ END LC_NAME
 LC_ADDRESS
 postal_fmt  "<U0025><U007A><U0025><U0063><U0025><U0054><U0025><U0073>/
 <U0025><U0062><U0025><U0065><U0025><U0072>"
+country_name "<U092D><U093E><U0930><U0924>"
 country_ab2 "<U0049><U004E>"
 country_ab3 "<U0049><U004E><U0044>"
 country_num 356
-- 
1.7.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]