Skip to content

Serbian Cyrillic: Fix date format, February typo, and RSD unit #1140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Japanese (ja): Add missing key (`password_too_long`)
- German (de, de-DE, de-AT, de-CH): Add missing key (`password_too_long`)
- Malayalam (ml): Add missing key (`datetime.distance_in_words.x_years.one`, `datetime.distance_in_words.x_years.other`, `errors.messages.in`, `errors.messages.password_too_long`, `currency.format.negative_format`, `number.format.round_mode`, `storage_units.units.eb`, `storage_units.units.pb`, `storage_units.units.zb`). Fix translation (`activerecord.errors.messages.record_invalid`, `errors.messages.other_than`, `number.currency.format.unit`)
- Serbian Cyrillic (sr): Fix date format, February typo, and RSD unit
- Basque (eu): Fixed week day abbreviations

## 8.0.1 (2024-11-10)
Expand Down
14 changes: 7 additions & 7 deletions rails/locale/sr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sr:
- Пет
- Суб
abbr_month_names:
-
-
- Јан
- Феб
- Мар
Expand All @@ -39,13 +39,13 @@ sr:
- Петак
- Субота
formats:
default: "%d/%m/%Y"
long: "%B %e, %Y"
short: "%e %b"
default: "%d. %m. %Y"
long: "%-d. %B %Y"
short: "%-d. %b"
month_names:
-
-
- Јануар
- Фабруар
- Фебруар
- Март
- Април
- Мај
Expand Down Expand Up @@ -187,7 +187,7 @@ sr:
separator: "."
significant: false
strip_insignificant_zeros: false
unit: ДИН
unit: РСД
format:
delimiter: "."
precision: 3
Expand Down