diff options
| author | Rafal Luzynski <digitalfreak@lingonborough.com> | 2017-06-29 02:23:28 +0200 |
|---|---|---|
| committer | Mike FABIAN <mfabian@redhat.com> | 2017-07-03 09:10:12 +0200 |
| commit | 073ec86e5e4b7c3bf0a549d4d75cd68a05be287c (patch) | |
| tree | 9ecaa1f535843c86c987068a963fc8531fe9caef /localedata/ChangeLog | |
| parent | 2572f356b18ddee03b331ba33f5a2ae65d031a59 (diff) | |
| download | glibc-073ec86e5e4b7c3bf0a549d4d75cd68a05be287c.tar.xz glibc-073ec86e5e4b7c3bf0a549d4d75cd68a05be287c.zip | |
More fixes after the recent import from CLDR-31
After the recent import of month names from CLDR (bug 21217) more
imports are also needed, mostly abbreviated month names.
* localedata/locales/br_FR (abmon): Reworded "Eve " to "Mezh".
* localedata/locales/fy_NL (abmon): Reworded "Maa" (March) to
"Mrt" and "Maa" (May) to "Mai".
* localedata/locales/lg_UG (abmon): Reworded "Jun" to "Juu".
* localedata/locales/ln_CD (abmon): "yan", "fbl", "msi",
and so on.
* localedata/locales/mn_MN (abmon): "1-р сар", "2-р сар",
"3-р сар", and so on.
* localedata/locales/vi_VN (abmon): Reworded "Th01" to "Thg 1",
"Th02" to "Thg 2" and so on.
* localedata/locales/yo_NG (abday): "Àìkú", "Ajé", "Ìsẹ́gun",
and so on, also comment updated to match the new content.
(day): "Ọjọ́ Àìkú", "Ọjọ́ Ajé", "Ọjọ́ Ìsẹ́gun", and so on.
(abmon): "Ṣẹ́rẹ́", "Èrèlè", "Ẹrẹ̀nà", and so on.
(mon): Comment updated to match the actual content.
(d_t_fmt): Changed "%A" to "%a" and "%B" to "%b".
* localedata/locales/zu_ZA (abmon): "Jan", "Feb", "Mas",
and so on, also comment updated to match the new content.
(mon): comment updated to match the actual content.
Diffstat (limited to 'localedata/ChangeLog')
| -rw-r--r-- | localedata/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 99b42a2123..f7f65f0346 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,25 @@ +2017-06-30 Rafal Luzynski <digitalfreak@lingonborough.com> + + * locales/br_FR (abmon): Reworded "Eve " to "Mezh". + * locales/fy_NL (abmon): Reworded "Maa" (March) to + "Mrt" and "Maa" (May) to "Mai". + * locales/lg_UG (abmon): Reworded "Jun" to "Juu". + * locales/ln_CD (abmon): "yan", "fbl", "msi", + and so on. + * locales/mn_MN (abmon): "1-р сар", "2-р сар", + "3-р сар", and so on. + * locales/vi_VN (abmon): Reworded "Th01" to "Thg 1", + "Th02" to "Thg 2" and so on. + * locales/yo_NG (abday): "Àìkú", "Ajé", "Ìsẹ́gun", + and so on, also comment updated to match the new content. + (day): "Ọjọ́ Àìkú", "Ọjọ́ Ajé", "Ọjọ́ Ìsẹ́gun", and so on. + (abmon): "Ṣẹ́rẹ́", "Èrèlè", "Ẹrẹ̀nà", and so on. + (mon): Comment updated to match the actual content. + (d_t_fmt): Changed "%A" to "%a" and "%B" to "%b". + * locales/zu_ZA (abmon): "Jan", "Feb", "Mas", + and so on, also comment updated to match the new content. + (mon): comment updated to match the actual content. + 2017-06-30 Mike Frysinger <vapier@gentoo.org> * CLDRv29: update LC_ADDRESS.lang_name translations. This |
