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] yesstr/nostr missing for Xhosa language locale


During Locale verification i observed that
yesstr and nostr  are missing for Xhosa language locale
for South Africa

[BZ #21724]
       * locales/xh_ZA (LC_MESSAGES): add yesstr and nostr

Signed-off-by: Akhilesh Kumar <akhilesh.k@samsung.com>
---
 localedata/locales/xh_ZA | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/localedata/locales/xh_ZA b/localedata/locales/xh_ZA
index 7913579..6bec975 100644
--- a/localedata/locales/xh_ZA
+++ b/localedata/locales/xh_ZA
@@ -176,6 +176,8 @@ END LC_TIME
 LC_MESSAGES
 yesexpr "<U005E><U005B><U002B><U0031><U0079><U0059><U0065><U0045><U005D>"
 noexpr  "<U005E><U005B><U002D><U0030><U006E><U004E><U0068><U0048><U005D>"
+yesstr  "<U0065><U0077><U0065>"
+nostr   "<U0068><U0061><U0079><U0069>"
 END LC_MESSAGES
 
 LC_PAPER
-- 
1.9.1


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