https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=bb44fe7711a63bbe46e71503e691e1d02a40bae1 commit bb44fe7711a63bbe46e71503e691e1d02a40bae1 Author: Rafał Lużyński Date: Mon Apr 6 23:45:52 2020 +0200 oc_FR locale: Fix spelling of April (bug 25639) Confirmed by CLDR and a native speaker: "abril" is more often used even if "abrial" is also correct. Both nominative (alt_mon) and genitive (mon) cases are updated. Diff: --- localedata/locales/oc_FR | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/localedata/locales/oc_FR b/localedata/locales/oc_FR index 9d616abcdb..ba9377ed41 100644 --- a/localedata/locales/oc_FR +++ b/localedata/locales/oc_FR @@ -110,7 +110,7 @@ abmon "gen.";/ alt_mon "genir";/ "febrir";/ "mar";/ - "abrial";/ + "abril";/ "mai";/ "junh";/ "julhet";/ @@ -122,7 +122,7 @@ alt_mon "genir";/ mon "de genir";/ "de febrir";/ "de mar";/ - "dabrial";/ + "dabril";/ "de mai";/ "de junh";/ "de julhet";/