Skip to content

Commit

Permalink
Merge pull request #1126 from vipera/hr-month-abbreviation-improvements
Browse files Browse the repository at this point in the history
Croatian (hr): month names and weekday abbreviations
  • Loading branch information
digitalfrost authored Sep 23, 2024
2 parents 68877ea + 896ea6d commit ea08c7c
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 32 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
- Update following locales:
- Lithuanian (lt): Add missing keys (`x_years`, `in`, `model_invalid`, `required`, `round_mode`, `eb`, `pb`)
- Portuguese (pt): Fixed `number.currency.format.format` and `helpers.submit.update` #1122
- Croatian (hr): use genitive case for month names and put a period after weekday and month abbreviations #1126
- Korean (ko): Add missing keys (Storage units) #1118
- Fix compatibility with frozen string literals. #1120
- Fix compatibility with frozen string literals. #1120

## 7.0.9 (2024-03-13)

Expand Down
62 changes: 31 additions & 31 deletions rails/locale/hr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@ 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
Expand All @@ -44,18 +44,18 @@ hr:
short: "%e.%-m."
month_names:
-
- siječanj
- veljača
- ožujak
- travanj
- svibanj
- lipanj
- srpanj
- kolovoz
- rujan
- listopad
- studeni
- prosinac
- siječnja
- veljače
- ožujka
- travnja
- svibnja
- lipnja
- srpnja
- kolovoza
- rujna
- listopada
- studenoga
- prosinca
order:
- :day
- :month
Expand Down

0 comments on commit ea08c7c

Please sign in to comment.