[PATCH COMMITTED] oc_FR locale: Fix spelling of Thursday (bug 25639)

Rafal Luzynski digitalfreak@lingonborough.com
Wed Mar 18 23:32:38 GMT 2020


19.03.2020 00:26 Rafal Luzynski via Libc-alpha <libc-alpha@sourceware.org>
wrote:
> From: =?UTF-8?q?Rafa=C5=82=20Lu=C5=BCy=C5=84ski?=
>  <digitalfreak@lingonborough.com>
> Date: Thu, 19 Mar 2020 00:09:29 +0100
> Subject: [PATCH] oc_FR locale: Fix spelling of Thursday (bug 25639)
> 
> As reported by a native speaker:
> 
> Thursday: "dijóus" -> "dijòus" (also confirmed by CLDR)
> ---
>  localedata/locales/oc_FR | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/localedata/locales/oc_FR b/localedata/locales/oc_FR
> index d0d89a149e..9d616abcdb 100644
> --- a/localedata/locales/oc_FR
> +++ b/localedata/locales/oc_FR
> @@ -92,7 +92,7 @@ day     "dimenge";/
>          "diluns";/
>          "dimars";/
>          "dim<U00E8>cres";/
> -        "dij<U00F3>us";/
> +        "dij<U00F2>us";/
>          "divendres";/
>          "dissabte"
>  abmon   "gen.";/
> -- 
> 2.21.1

This patch does not yet close the bug report but as this part is very
obvious and confirmed by CLDR I wanted to push it already.

The question to senior maintainers: is it OK to backport this patch
to 2.31?

Regards,

Rafal


More information about the Libc-alpha mailing list