Skip to content

Commit bab57f2

Browse files
authored
Merge pull request #1140 from s-mage/master
Serbian Cyrillic: Fix date format, February typo, and RSD unit
2 parents e5efdcb + 5763372 commit bab57f2

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- Japanese (ja): Add missing key (`password_too_long`)
55
- German (de, de-DE, de-AT, de-CH): Add missing key (`password_too_long`)
66
- 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`)
7+
- Serbian Cyrillic (sr): Fix date format, February typo, and RSD unit
78
- Basque (eu): Fixed week day abbreviations
89

910
## 8.0.1 (2024-11-10)

rails/locale/sr.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sr:
1717
- Пет
1818
- Суб
1919
abbr_month_names:
20-
-
20+
-
2121
- Јан
2222
- Феб
2323
- Мар
@@ -39,13 +39,13 @@ sr:
3939
- Петак
4040
- Субота
4141
formats:
42-
default: "%d/%m/%Y"
43-
long: "%B %e, %Y"
44-
short: "%e %b"
42+
default: "%d. %m. %Y"
43+
long: "%-d. %B %Y"
44+
short: "%-d. %b"
4545
month_names:
46-
-
46+
-
4747
- Јануар
48-
- Фабруар
48+
- Фебруар
4949
- Март
5050
- Април
5151
- Мај
@@ -187,7 +187,7 @@ sr:
187187
separator: "."
188188
significant: false
189189
strip_insignificant_zeros: false
190-
unit: ДИН
190+
unit: РСД
191191
format:
192192
delimiter: "."
193193
precision: 3

0 commit comments

Comments
 (0)