Skip to content

Commit

Permalink
Croatian (hr): month names and weekday abbreviations
Browse files Browse the repository at this point in the history
Use genitive case for formatting month names, such as:

  "13. kolovoza 2024."

Use a period after abbreviation names, as is orthographically correct.
  • Loading branch information
vipera committed Aug 13, 2024
1 parent 3ed8f44 commit c9c65cb
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 31 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## unreleased
- Update following locales:
- 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
- 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 c9c65cb

Please sign in to comment.