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/locales/mn_MN | |
parent | 2572f356b18ddee03b331ba33f5a2ae65d031a59 (diff) | |
download | glibc-073ec86e5e4b7c3bf0a549d4d75cd68a05be287c.tar.gz 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/locales/mn_MN')
-rw-r--r-- | localedata/locales/mn_MN | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/localedata/locales/mn_MN b/localedata/locales/mn_MN index 120a2ee740..9b109c0d47 100644 --- a/localedata/locales/mn_MN +++ b/localedata/locales/mn_MN @@ -188,12 +188,18 @@ day "<U041D><U044F><U043C>";/ "<U0411><U0430><U0430><U0441><U0430><U043D>";/ "<U0411><U044F><U043C><U0431><U0430>" % Abbreviated month names (%b) -abmon "<U0425><U0443><U043B>";"<U04AE><U0445><U044D>";/ - "<U0411><U0430><U0440>";"<U0422><U0443><U0443>";/ - "<U041B><U0443><U0443>";"<U041C><U043E><U0433>";/ - "<U041C><U043E><U0440>";"<U0425><U043E><U043D>";/ - "<U0411><U0438><U0447>";"<U0422><U0430><U0445>";/ - "<U041D><U043E><U0445>";"<U0413><U0430><U0445>" +abmon "<U0031><U002D><U0440><U0020><U0441><U0430><U0440>";/ + "<U0032><U002D><U0440><U0020><U0441><U0430><U0440>";/ + "<U0033><U002D><U0440><U0020><U0441><U0430><U0440>";/ + "<U0034><U002D><U0440><U0020><U0441><U0430><U0440>";/ + "<U0035><U002D><U0440><U0020><U0441><U0430><U0440>";/ + "<U0036><U002D><U0440><U0020><U0441><U0430><U0440>";/ + "<U0037><U002D><U0440><U0020><U0441><U0430><U0440>";/ + "<U0038><U002D><U0440><U0020><U0441><U0430><U0440>";/ + "<U0039><U002D><U0440><U0020><U0441><U0430><U0440>";/ + "<U0031><U0030><U002D><U0440><U0020><U0441><U0430><U0440>";/ + "<U0031><U0031><U002D><U0440><U0020><U0441><U0430><U0440>";/ + "<U0031><U0032><U002D><U0440><U0020><U0441><U0430><U0440>" % Full month names (%B) mon "<U041D><U044D><U0433><U0434><U04AF><U0433><U044D><U044D><U0440><U0020><U0441><U0430><U0440>";/ "<U0425><U043E><U0451><U0440><U0434><U0443><U0433><U0430><U0430><U0440><U0020><U0441><U0430><U0440>";/ |