diff options
author | Rafal Luzynski <digitalfreak@lingonborough.com> | 2018-01-30 12:33:14 +0100 |
---|---|---|
committer | Rafal Luzynski <digitalfreak@lingonborough.com> | 2018-01-30 12:48:17 +0100 |
commit | 9a1b267d470827ced2c81f6e711b5d5582a91a4d (patch) | |
tree | a8194949f1f14f45f950518d7e8f4c94d4250d4b /localedata | |
parent | 9a123ff05d624f429aa31fce10a8276a52a11f0d (diff) | |
download | glibc-9a1b267d470827ced2c81f6e711b5d5582a91a4d.tar.gz |
hr_HR: Add alternative month names (bug 10871).
[BZ #10871]
* localedata/locales/hr_HR (mon): Rename to...
(alt_mon): This.
(mon): Import from CLDR (genitive case).
(d_t_fmt): Update the comment.
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/locales/hr_HR | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/localedata/locales/hr_HR b/localedata/locales/hr_HR index 9aaf803a4f..1a616aa052 100644 --- a/localedata/locales/hr_HR +++ b/localedata/locales/hr_HR @@ -211,7 +211,7 @@ abmon "sij";"velj";/ "srp";"kol";/ "ruj";"lis";/ "stu";"pro" -mon "sije<U010D>anj";/ +alt_mon "sije<U010D>anj";/ "velja<U010D>a";/ "o<U017E>ujak";/ "travanj";/ @@ -223,9 +223,21 @@ mon "sije<U010D>anj";/ "listopad";/ "studeni";/ "prosinac" +mon "sije<U010D>nja";/ + "velja<U010D>e";/ + "o<U017E>ujka";/ + "travnja";/ + "svibnja";/ + "lipnja";/ + "srpnja";/ + "kolovoza";/ + "rujna";/ + "listopada";/ + "studenoga";/ + "prosinca" % %A - full weekday name % %d - day of month (with padded 0) -% %B - full month name +% %B - full month name (genitive case) % %Y - year with century % %T - 24-hour time % %Z - time zone |