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]

Re: [PATCH 1/1] Added yesstr/nostr for kw_GB


Akhilesh Kumar <akhilesh.k@samsung.com> wrote:

> Added yesstr and nostr  are for Cornish language locale [LC_MESSAGES]
> [BZ #21734]
>        locales/kw_GB (LC_MESSAGES): add yesstr and nostr
>
> Signed-off-by: Akhilesh Kumar <akhilesh.k@samsung.com>
> ---
>  localedata/locales/kw_GB | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/localedata/locales/kw_GB b/localedata/locales/kw_GB
> index 084679c..adec5f0 100644
> --- a/localedata/locales/kw_GB
> +++ b/localedata/locales/kw_GB
> @@ -131,6 +131,8 @@ END LC_TIME
>  LC_MESSAGES
>  yesexpr "<U005E><U005B><U002B><U0031><U0065><U0045><U0079><U0059><U005D>"
>  noexpr  "<U005E><U005B><U002D><U0030><U006E><U004E><U005D>"
> +yesstr  "<U0065><U0061>"
> +nostr   "<U006E><U0061>"
>  END LC_MESSAGES

diff --git a/localedata/locales/kw_GB b/localedata/locales/kw_GB
index 3d8e6edd0f..687ff9659a 100644
--- a/localedata/locales/kw_GB
+++ b/localedata/locales/kw_GB
@@ -131,6 +131,8 @@ END LC_TIME
 LC_MESSAGES
 yesexpr "^[+1eEyY]"
 noexpr  "^[-0nN]"
+yesstr  "ea"
+nostr   "na"
 END LC_MESSAGES
 
 LC_PAPER


http://www.cornishdictionary.org.uk agrees.

-- 
Mike FABIAN <mfabian@redhat.com>


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