[PATCH 1/1] Added yesstr and nostr to zh_HK locale
Mike FABIAN
mfabian@redhat.com
Fri Jul 7 13:46:00 GMT 2017
Akhilesh Kumar <akhilesh.k@samsung.com> wrote:
> During Locale verification i observed that
> yesstr and nostr are missing for Chinese 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 files changed, 2 insertions(+)
>
> diff --git a/localedata/locales/zh_HK b/localedata/locales/zh_HK
> index cc85c15..c800c73 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 "<U4E0D><U662F>"
> END LC_MESSAGES
CLDR has this in zh_Hant_HK.xml:
<posix>
<messages>
<yesstr>æ¯</yesstr>
<nostr>å¦</nostr>
</messages>
</posix>
Maybe we should prefer that?
--
Mike FABIAN <mfabian@redhat.com>
More information about the Libc-alpha
mailing list