summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorQuentin PAGÈS <provaires@quentino.fr>2018-05-19 17:59:08 +0200
committerRafal Luzynski <digitalfreak@lingonborough.com>2018-07-18 23:17:17 +0200
commitdf467d229ac53098d06ffd7b86322a1e22bf6013 (patch)
tree32147debe6eaedd71b0941a222365c902eb1e29e /ChangeLog
parent5c112f1b62b6fca7348c64a004e9fc4cfdaca1ad (diff)
oc_FR locale: Multiple updates (bug 23140, bug 23422).
Multiple updates for Occitan language including alternative month names, update abday and abmon, fix typos in day, fix d_fmt, correct LC_NAME, and use “copy "ca_ES"” as LC_COLLATE. [BZ #23140] * localedata/locales/oc_FR (mon): Rename to... (alt_mon): This, then update October (typo fix). (mon): New content (genitive case, month names preceded by "de" or "d’"). [BZ #23422] * localedata/locales/oc_FR (abday): Update all items. (day): Update Wednesday and Saturday (typo fixes). (abmon): Update all items, except May. (d_fmt): Update "%d.%m.%Y" -> "%d/%m/%Y". (LC_IDENTIFICATION): Bump the revision number and date. Keep the "category" entries in alphabetic order. (LC_ADDRESS): Remove no longer needed comment. (LC_COLLATE): Use “copy "ca_ES"”. (LC_NAME): Set the correct values of "name_fmt", "name_mr", and "name_mrs". Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a678087880..c40efb6177 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2018-07-18 Quentin PAGÈS <provaires@quentino.fr>
+
+ [BZ #23140]
+ * localedata/locales/oc_FR (mon): Rename to...
+ (alt_mon): This, then update October (typo fix).
+ (mon): New content (genitive case, month names preceded by
+ "de" or "d’").
+
+ [BZ #23422]
+ * localedata/locales/oc_FR (abday): Update all items.
+ (day): Update Wednesday and Saturday (typo fixes).
+ (abmon): Update all items, except May.
+ (d_fmt): Update "%d.%m.%Y" -> "%d/%m/%Y".
+ (LC_IDENTIFICATION): Bump the revision number and date.
+ Keep the "category" entries in alphabetic order.
+ (LC_ADDRESS): Remove no longer needed comment.
+ (LC_COLLATE): Use “copy "ca_ES"”.
+ (LC_NAME): Set the correct values of "name_fmt", "name_mr", and
+ "name_mrs".
+
2018-07-18 Joseph Myers <joseph@codesourcery.com>
* grp/tst_fgetgrent.c: Include <unistd.h>.