Skip to content

Commit 3efd969

Browse files
author
Marin Rukavina
committed
Better capitalization of months and weekdays for Croatian
Days of week and month names are only capitalized in Croatian when they appear at the beginning of a sentence.
1 parent bb7a8cb commit 3efd969

File tree

2 files changed

+46
-45
lines changed

2 files changed

+46
-45
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- Russian (ru): fix some errors in 'datetime' section, add `errors.messages.in` and `number.format.round_mode` keys #1077
1212
- Spanish (es): add translation for `errors.messages.in` #1071
1313
- French (fr, fr-CA, fr-CH, fr-FR): fix typo on 'almost_x_years: one' #1074
14+
- Croatian (hr): use lowercase for month and weekday names #1081
1415
- Add ordinalization for German (de, de-AT, de-CH, de-DE)
1516

1617
## 7.0.6 (2022-11-08)

rails/locale/hr.yml

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -9,53 +9,53 @@ 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:
20-
-
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
20+
-
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:
34-
- Nedjelja
35-
- Ponedjeljak
36-
- Utorak
37-
- Srijeda
38-
- Četvrtak
39-
- Petak
40-
- Subota
34+
- nedjelja
35+
- ponedjeljak
36+
- utorak
37+
- srijeda
38+
- četvrtak
39+
- petak
40+
- subota
4141
formats:
4242
default: "%d.%m.%Y."
4343
long: "%e. %B %Y."
4444
short: "%e.%-m."
4545
month_names:
46-
-
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
46+
-
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
5959
order:
6060
- :day
6161
- :month
@@ -203,11 +203,11 @@ hr:
203203
decimal_units:
204204
format: "%n %u"
205205
units:
206-
billion: Milijarda
207-
million: Milijun
208-
quadrillion: Bilijarda
209-
thousand: Tisuća
210-
trillion: Bilijun
206+
billion: milijarda
207+
million: milijun
208+
quadrillion: bilijarda
209+
thousand: tisuća
210+
trillion: bilijun
211211
unit: ''
212212
format:
213213
delimiter: ''

0 commit comments

Comments
 (0)