Skip to content

Commit 16ed676

Browse files
authored
Merge pull request #1146 from microstudi/patch-2
Update eu.yml
2 parents f3c8065 + 060c091 commit 16ed676

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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`)
77
- Serbian Cyrillic (sr): Fix date format, February typo, and RSD unit
8-
- Basque (eu): Fixed week day abbreviations
8+
- Basque (eu): Fixed week day abbreviations, fix percentage symbol position (`number.percentage.format`)
99
- Croatian (hr), Serbian Cyrillic (sr) and Serbian Latin (scr): Add proper plural forms to decimal units
1010
- Add following locales:
1111
- Montenegrin (cnr)

rails/locale/eu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ eu:
192192
percentage:
193193
format:
194194
delimiter: ''
195-
format: "%n %"
195+
format: "% %n"
196196
precision:
197197
format:
198198
delimiter: ''

0 commit comments

Comments
 (0)