This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH v2] Added yesstr and nostr to zh_HK locale
- From: Akhilesh Kumar <akhilesh dot k at samsung dot com>
- To: libc-alpha at sourceware dot org
- Cc: pankaj dot m at samsung dot com, Akhilesh Kumar <akhilesh dot k at samsung dot com>
- Date: Mon, 10 Jul 2017 09:11:56 +0530
- Subject: [PATCH v2] Added yesstr and nostr to zh_HK locale
- Authentication-results: sourceware.org; auth=none
- Cms-type: 105P
- Dlp-filter: Pass
- References: <CGME20170710034510epcas5p2a1705c120e78ee06d4341b3486db0095@epcas5p2.samsung.com>
yesstr and nostr are missing for zh_HK language locale [LC_MESSAGES]
for HK
[BZ #21733]
locales/zh_HK (LC_MESSAGES): add yesstr and nostr
signed-off-by: Akhilesh Kumar <akhilesh.k@samsung.com>
---
localedata/locales/zh_HK | 2 ++
1 file changed, 2 insertions(+)
diff --git a/localedata/locales/zh_HK b/localedata/locales/zh_HK
index cc85c15..3cd566b 100644
--- a/localedata/locales/zh_HK
+++ b/localedata/locales/zh_HK
@@ -151,6 +151,8 @@ END LC_TIME
LC_MESSAGES
yesexpr "<U005E><U005B><U002B><U0031><U0079><U0059><U662F><U005D>"
noexpr "<U005E><U005B><U002D><U0030><U006E><U004E><U4E0D><U5426><U005D>"
+yesstr "<U662F>"
+nostr "<U5426>"
END LC_MESSAGES
--
1.9.1