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] Added Tsonga language locale [BZ #21727]


Added  missing yesstr and nostr for Tsonga language locale [LC_MESSAGES]

[BZ #21727]
       * locales/ts_ZA(LC_MESSAGES): add yesstr and nostr

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

diff --git a/localedata/locales/ts_ZA b/localedata/locales/ts_ZA
index 9df1859..8081dc9 100644
--- a/localedata/locales/ts_ZA
+++ b/localedata/locales/ts_ZA
@@ -174,8 +174,13 @@ week 7;19971130;1
 END LC_TIME
 
 LC_MESSAGES
+% http://www.xitsonga.org/dictionary/english?-=n
+% Yes -> Ina
+% No  -> Ee
 yesexpr "<U005E><U005B><U002B><U0031><U0079><U0059><U005D>"
 noexpr  "<U005E><U005B><U002D><U0030><U006E><U004E><U005D>"
+yesstr  "<U0049><U006E><U0061>"
+nostr   "<U004E><U006F>"
 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]