Skip to content

Commit 438b0c9

Browse files
committed
Croatian (hr): month names and weekday abbreviations
Use genitive case for formatting month names, such as: "13. kolovoza 2024." Use a period after abbreviation names, as is orthographically correct.
1 parent 3ed8f44 commit 438b0c9

File tree

2 files changed

+32
-31
lines changed

2 files changed

+32
-31
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## unreleased
22
- Update following locales:
33
- Portuguese (pt): Fixed `number.currency.format.format` and `helpers.submit.update` #1122
4+
- Croatian (hr): use genitive case for month names and put a period after weekday and month abbreviations
45
- Fix compatibility with frozen string literals. #1120
56

67
## 7.0.9 (2024-03-13)

rails/locale/hr.yml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,27 @@ hr:
99
has_many: Nije moguće izbrisati zapis jer postoje ovisni %{record}
1010
date:
1111
abbr_day_names:
12-
- ned
13-
- pon
14-
- uto
15-
- sri
16-
- čet
17-
- pet
18-
- sub
12+
- ned.
13+
- pon.
14+
- uto.
15+
- sri.
16+
- čet.
17+
- pet.
18+
- sub.
1919
abbr_month_names:
2020
-
21-
- sij
22-
- velj
23-
- ožu
24-
- tra
25-
- svi
26-
- lip
27-
- srp
28-
- kol
29-
- ruj
30-
- lis
31-
- stu
32-
- pro
21+
- sij.
22+
- velj.
23+
- ožu.
24+
- tra.
25+
- svi.
26+
- lip.
27+
- srp.
28+
- kol.
29+
- ruj.
30+
- lis.
31+
- stu.
32+
- pro.
3333
day_names:
3434
- nedjelja
3535
- ponedjeljak
@@ -44,18 +44,18 @@ hr:
4444
short: "%e.%-m."
4545
month_names:
4646
-
47-
- siječanj
48-
- veljača
49-
- ožujak
50-
- travanj
51-
- svibanj
52-
- lipanj
53-
- srpanj
54-
- kolovoz
55-
- rujan
56-
- listopad
57-
- studeni
58-
- prosinac
47+
- siječnja
48+
- veljače
49+
- ožujka
50+
- travnja
51+
- svibnja
52+
- lipnja
53+
- srpnja
54+
- kolovoza
55+
- rujna
56+
- listopada
57+
- studenoga
58+
- prosinca
5959
order:
6060
- :day
6161
- :month

0 commit comments

Comments
 (0)