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 yesstr/nostr for nds_DE and nds_NL


[BZ #21756]
       Added yesstr/nostr for nds_DE and nds_NL

 Signed-off-by: Akhilesh Kumar <akhilesh.k@samsung.com>
---
 localedata/locales/nds_DE |    2 ++
 localedata/locales/nds_NL |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/localedata/locales/nds_DE b/localedata/locales/nds_DE
index 8bbdc4d..ae0df0a 100644
--- a/localedata/locales/nds_DE
+++ b/localedata/locales/nds_DE
@@ -64,6 +64,8 @@ END LC_CTYPE
 LC_MESSAGES
 yesexpr "<U005E><U005B><U002B><U0031><U006A><U004A><U0079><U0059><U005D>"
 noexpr  "<U005E><U005B><U002D><U0030><U006E><U004E><U005D>"
+yesstr  "<U006A><U006F>"
+nostr   "<U006E><U0065><U0065>"
 END LC_MESSAGES
 
 LC_MONETARY
diff --git a/localedata/locales/nds_NL b/localedata/locales/nds_NL
index 107d98c..419dcc6 100644
--- a/localedata/locales/nds_NL
+++ b/localedata/locales/nds_NL
@@ -63,6 +63,8 @@ END LC_CTYPE
 LC_MESSAGES
 yesexpr "<U005E><U005B><U002B><U0031><U006A><U004A><U0079><U0059><U005D>"
 noexpr  "<U005E><U005B><U002D><U0030><U006E><U004E><U005D>"
+yesstr  "<U006A><U006F>"
+nostr   "<U006E><U0065><U0065>"
 END LC_MESSAGES
 
 LC_MONETARY
-- 
1.7.1


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