Skip to content

Commit bc1d8d9

Browse files
committed
added an entry to the changelog and fixed the serbian latin decimal units
1 parent a415d56 commit bc1d8d9

File tree

2 files changed

+26
-5
lines changed

2 files changed

+26
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
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`)
77
- Serbian Cyrillic (sr): Fix date format, February typo, and RSD unit
88
- Basque (eu): Fixed week day abbreviations
9+
- Croatian (hr), Serbian Cyrillic (sr) and Serbian Latin (scr): Add proper plural forms to decimal units
910

1011
## 8.0.1 (2024-11-10)
1112

rails/locale/iso-639-2/scr.yml

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,31 @@ scr:
192192
decimal_units:
193193
format: ! '%n %u'
194194
units:
195-
thousand: Hiljadu
196-
million: Milion
197-
billion: Milijarda
198-
trillion: Trilion
199-
quadrillion: Kvadrilion
195+
thousand:
196+
one: hiljada
197+
few: hiljade
198+
many: hiljada
199+
other: hiljada
200+
million:
201+
one: milion
202+
few: miliona
203+
many: miliona
204+
other: miliona
205+
billion:
206+
one: milijarda
207+
few: milijarde
208+
many: milijardi
209+
other: milijardi
210+
trillion:
211+
one: trilion
212+
few: triliona
213+
many: triliona
214+
other: triliona
215+
quadrillion:
216+
one: kvadrilion
217+
few: kvadriliona
218+
many: kvadriliona
219+
other: kvadriliona
200220
unit: ''
201221
format:
202222
delimiter: ''

0 commit comments

Comments
 (0)