diff options
author | Rafał Lużyński <digitalfreak@lingonborough.com> | 2020-04-06 23:45:52 +0200 |
---|---|---|
committer | Rafał Lużyński <digitalfreak@lingonborough.com> | 2020-04-07 00:20:53 +0200 |
commit | 10b2cdc3b3a9aab153e07bb7f8e1765dc3cd01fa (patch) | |
tree | 5de28571697db724eabce5ab51f5fcb7a0a048fc /localedata/locales | |
parent | a8d74ee47b3309ad417c20596bb1fbd29e0a149c (diff) | |
download | glibc-10b2cdc3b3a9aab153e07bb7f8e1765dc3cd01fa.tar.gz glibc-10b2cdc3b3a9aab153e07bb7f8e1765dc3cd01fa.tar.xz glibc-10b2cdc3b3a9aab153e07bb7f8e1765dc3cd01fa.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.
Diffstat (limited to 'localedata/locales')
-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";/ |