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] pl_PL: Add alternative month names (bug 10871).


On 01/08/2018 04:05 PM, Rafal Luzynski wrote:
> 	[BZ #10871]
> 	* localedata/locales/pl_PL: alternative month names added,
> 	basic month names are genitive now.

LGTM (pending other patches).

Reviewed-by: Carlos O'Donell <carlos@redhat.com>

> ---
>  localedata/locales/pl_PL | 14 +++++++++++++-
>  1 file changed, 13 insertions(+), 1 deletion(-)
> 
> diff --git a/localedata/locales/pl_PL b/localedata/locales/pl_PL
> index 2a8d09d..632a1b3 100644
> --- a/localedata/locales/pl_PL
> +++ b/localedata/locales/pl_PL
> @@ -175,7 +175,7 @@ abmon   "sty";"lut";/
>          "lip";"sie";/
>          "wrz";"pa<U017A>";/
>          "lis";"gru"
> -mon     "stycze<U0144>";/
> +alt_mon "stycze<U0144>";/
>          "luty";/
>          "marzec";/
>          "kwiecie<U0144>";/
> @@ -187,6 +187,18 @@ mon     "stycze<U0144>";/
>          "pa<U017A>dziernik";/
>          "listopad";/
>          "grudzie<U0144>"
> +mon     "stycznia";/
> +        "lutego";/
> +        "marca";/
> +        "kwietnia";/
> +        "maja";/
> +        "czerwca";/
> +        "lipca";/
> +        "sierpnia";/
> +        "wrze<U015B>nia";/
> +        "pa<U017A>dziernika";/
> +        "listopada";/
> +        "grudnia"
>  d_t_fmt "%a, %-d %b %Y, %T"
>  d_fmt   "%d.%m.%Y"
>  t_fmt   "%T"
> 


-- 
Cheers,
Carlos.


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