Skip to content

Commit

Permalink
Merge pull request #1081 from vipera/capitalization-hr
Browse files Browse the repository at this point in the history
Better capitalization of months and weekdays for Croatian
  • Loading branch information
pama committed May 12, 2023
2 parents e03dfd4 + a64ec7d commit 140a026
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 45 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- French (fr, fr-CA, fr-CH, fr-FR): fix typo on 'almost_x_years: one' #1074
- Indonesian (id): Remove duplicate spaces in `id.datetime.distance_in_words.less_than_x_minutes.other` #1079
- Romanian (ro): Correction of Saturday in Romanian #1078
- Croatian (hr): use lowercase for month and weekday names #1081
- Add ordinalization for German (de, de-AT, de-CH, de-DE)
- Remove keys that are present twice from Latvian (lv), Albanian (sq) #1080

Expand Down
90 changes: 45 additions & 45 deletions rails/locale/hr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,53 +9,53 @@ hr:
has_many: Nije moguće izbrisati zapis jer postoje ovisni %{record}
date:
abbr_day_names:
- Ned
- Pon
- Uto
- Sri
- Čet
- Pet
- Sub
- ned
- pon
- uto
- sri
- čet
- pet
- sub
abbr_month_names:
-
- Sij
- Velj
- Ožu
- Tra
- Svi
- Lip
- Srp
- Kol
- Ruj
- Lis
- Stu
- Pro
-
- sij
- velj
- ožu
- tra
- svi
- lip
- srp
- kol
- ruj
- lis
- stu
- pro
day_names:
- Nedjelja
- Ponedjeljak
- Utorak
- Srijeda
- Četvrtak
- Petak
- Subota
- nedjelja
- ponedjeljak
- utorak
- srijeda
- četvrtak
- petak
- subota
formats:
default: "%d.%m.%Y."
long: "%e. %B %Y."
short: "%e.%-m."
month_names:
-
- Siječanj
- Veljača
- Ožujak
- Travanj
- Svibanj
- Lipanj
- Srpanj
- Kolovoz
- Rujan
- Listopad
- Studeni
- Prosinac
-
- siječanj
- veljača
- ožujak
- travanj
- svibanj
- lipanj
- srpanj
- kolovoz
- rujan
- listopad
- studeni
- prosinac
order:
- :day
- :month
Expand Down Expand Up @@ -203,11 +203,11 @@ hr:
decimal_units:
format: "%n %u"
units:
billion: Milijarda
million: Milijun
quadrillion: Bilijarda
thousand: Tisuća
trillion: Bilijun
billion: milijarda
million: milijun
quadrillion: bilijarda
thousand: tisuća
trillion: bilijun
unit: ''
format:
delimiter: ''
Expand Down

0 comments on commit 140a026

Please sign in to comment.