diff options
author | Rafał Lużyński <digitalfreak@lingonborough.com> | 2020-04-06 23:45:52 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-05-12 18:25:42 +0300 |
commit | ecffc318fe4badcbac79ebea645f78dd018bc390 (patch) | |
tree | 2e22861fff30d124895596b89eb3423b25df98fc | |
parent | oc_FR locale: Fix spelling of Thursday (bug 25639) (diff) | |
download | glibc-ecffc318fe4badcbac79ebea645f78dd018bc390.tar.gz glibc-ecffc318fe4badcbac79ebea645f78dd018bc390.tar.bz2 glibc-ecffc318fe4badcbac79ebea645f78dd018bc390.zip |
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.
(cherry picked from commit bb44fe7711a63bbe46e71503e691e1d02a40bae1)
-rw-r--r-- | localedata/locales/oc_FR | 4 |
1 files 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 "geni<U00E8>r";/ "febri<U00E8>r";/ "mar<U00E7>";/ - "abrial";/ + "abril";/ "mai";/ "junh";/ "julhet";/ @@ -122,7 +122,7 @@ alt_mon "geni<U00E8>r";/ mon "de geni<U00E8>r";/ "de febri<U00E8>r";/ "de mar<U00E7>";/ - "d<U2019>abrial";/ + "d<U2019>abril";/ "de mai";/ "de junh";/ "de julhet";/ |