diff options
author | Rafal Luzynski <digitalfreak@lingonborough.com> | 2018-10-05 22:52:51 +0200 |
---|---|---|
committer | Rafal Luzynski <digitalfreak@lingonborough.com> | 2018-10-08 12:28:02 +0200 |
commit | a68ec8eac27ba5bed195bf574fdc0f391cde6fbf (patch) | |
tree | 814916a0862fc62b8e1fd4c8e01d663df452c32f /localedata/locales | |
parent | 47c49251d559b4a84da4a6f3e5e4683ce46fd8bd (diff) | |
download | glibc-a68ec8eac27ba5bed195bf574fdc0f391cde6fbf.tar glibc-a68ec8eac27ba5bed195bf574fdc0f391cde6fbf.tar.gz glibc-a68ec8eac27ba5bed195bf574fdc0f391cde6fbf.tar.bz2 glibc-a68ec8eac27ba5bed195bf574fdc0f391cde6fbf.zip |
kl_GL: Update the month names and date formats (bug 23740).
Month names as provided by Oqaasileriffik, the official Greenlandic
language regulator. They have recently reached the consensus regarding
the orthography of the month names.
Date formats updated to match the correct Greenlandic order which is MDY.
[BZ #23740]
* localedata/locales/kl_GL (mon): Update, the relative case.
(alt_mon): Add, fill with month names in the nominative case.
(d_t_fmt): Set to "%a %b %d %Y %T %Z".
(d_fmt): Set to "%b %d %Y".
Diffstat (limited to 'localedata/locales')
-rw-r--r-- | localedata/locales/kl_GL | 40 |
1 files changed, 26 insertions, 14 deletions
diff --git a/localedata/locales/kl_GL b/localedata/locales/kl_GL index 5723ce7dcf..986d25242c 100644 --- a/localedata/locales/kl_GL +++ b/localedata/locales/kl_GL @@ -87,20 +87,32 @@ abmon "jan";"feb";/ "jul";"aug";/ "sep";"okt";/ "nov";"dec" -mon "januari";/ - "februari";/ - "martsi";/ - "aprili";/ - "maji";/ - "juni";/ - "juli";/ - "augustusi";/ - "septemberi";/ - "oktoberi";/ - "novemberi";/ - "decemberi" -d_t_fmt "%a %d %b %Y %T %Z" -d_fmt "%d %b %Y" +alt_mon "januaari";/ + "februaari";/ + "marsi";/ + "apriili";/ + "maaji";/ + "juuni";/ + "juuli";/ + "aggusti";/ + "septembari";/ + "oktobari";/ + "novembari";/ + "decembari" +mon "januaarip";/ + "februaarip";/ + "marsip";/ + "apriilip";/ + "maajip";/ + "juunip";/ + "juulip";/ + "aggustip";/ + "septembarip";/ + "oktobarip";/ + "novembarip";/ + "decembarip" +d_t_fmt "%a %b %d %Y %T %Z" +d_fmt "%b %d %Y" t_fmt "%T" am_pm "";"" t_fmt_ampm "" |