Skip to content

Commit 9a1b267

Browse files
committed
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.
1 parent 9a123ff commit 9a1b267

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2018-01-30 Rafal Luzynski <[email protected]>
2+
3+
[BZ #10871]
4+
* localedata/locales/hr_HR (mon): Rename to...
5+
(alt_mon): This.
6+
(mon): Import from CLDR (genitive case).
7+
(d_t_fmt): Update the comment.
8+
19
2018-01-29 Andreas Schwab <[email protected]>
210

311
* sysdeps/posix/fpathconf.c (__fpathconf): Verify the values of

localedata/locales/hr_HR

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ abmon "sij";"velj";/
211211
"srp";"kol";/
212212
"ruj";"lis";/
213213
"stu";"pro"
214-
mon "sije<U010D>anj";/
214+
alt_mon "sije<U010D>anj";/
215215
"velja<U010D>a";/
216216
"o<U017E>ujak";/
217217
"travanj";/
@@ -223,9 +223,21 @@ mon "sije<U010D>anj";/
223223
"listopad";/
224224
"studeni";/
225225
"prosinac"
226+
mon "sije<U010D>nja";/
227+
"velja<U010D>e";/
228+
"o<U017E>ujka";/
229+
"travnja";/
230+
"svibnja";/
231+
"lipnja";/
232+
"srpnja";/
233+
"kolovoza";/
234+
"rujna";/
235+
"listopada";/
236+
"studenoga";/
237+
"prosinca"
226238
% %A - full weekday name
227239
% %d - day of month (with padded 0)
228-
% %B - full month name
240+
% %B - full month name (genitive case)
229241
% %Y - year with century
230242
% %T - 24-hour time
231243
% %Z - time zone

0 commit comments

Comments
 (0)