From 9a1b267d470827ced2c81f6e711b5d5582a91a4d Mon Sep 17 00:00:00 2001 From: Rafal Luzynski Date: Tue, 30 Jan 2018 12:33:14 +0100 Subject: [PATCH] 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. --- ChangeLog | 8 ++++++++ localedata/locales/hr_HR | 16 ++++++++++++++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 80ad4c6b10..d1a3804327 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2018-01-30 Rafal Luzynski + + [BZ #10871] + * localedata/locales/hr_HR (mon): Rename to... + (alt_mon): This. + (mon): Import from CLDR (genitive case). + (d_t_fmt): Update the comment. + 2018-01-29 Andreas Schwab * sysdeps/posix/fpathconf.c (__fpathconf): Verify the values of 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 "sijeanj";/ +alt_mon "sijeanj";/ "veljaa";/ "oujak";/ "travanj";/ @@ -223,9 +223,21 @@ mon "sijeanj";/ "listopad";/ "studeni";/ "prosinac" +mon "sijenja";/ + "veljae";/ + "oujka";/ + "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 -- 2.43.5