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 nds_DE and nds_NL


Akhilesh Kumar <akhilesh.k@samsung.com> さんはかきました:

>  [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(+) 
>
> diff --git a/localedata/locales/nds_DE b/localedata/locales/nds_DE
> index 8bbdc4d..7245a9b 100644
> --- a/localedata/locales/nds_DE

+++ b/localedata/locales/nds_DE

is missing here. Therefore your patch doesn’t apply cleanly.

> @@ -64,6 +69,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  "<U004A><U0061>"
> +nostr   "<U004E><U0065><U0065>"
>  END LC_MESSAGES
>  
>  LC_MONETARY
> diff --git a/localedata/locales/nds_NL b/localedata/locales/nds_NL
> index 107d98c..79449bf 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  "<U004A><U0061>"
> +nostr   "<U004E><U0065><U0065>"
>  END LC_MESSAGES
>  
>  LC_MONETARY

-- 
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]