Changelog
unreleased
- Update following locales:
- Italian (it): Add missing key (
errors.messages
,errors.messages.password_too_long
,number.currency.format.negative_format
,number.format.round_mode
,number.human.storage_units.units.zb
)
8.0.2 (2025-08-16)
- Update following locales:
- Japanese (ja): Add missing key (
errors.messages.password_too_long
,currency.format.negative_format
,storage_units.units.zb
) - 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, fix percentage symbol position (
number.percentage.format
) - Croatian (hr), Serbian Cyrillic (sr) and Serbian Latin (scr): Add proper plural forms to decimal units
- Add following locales:
- Montenegrin (cnr)
- Armenian (hy)
8.0.1 (2024-11-10)
- Update following locales:
- English (en): Add missing key (
password_too_long
) - Portuguese (pt): Add missing keys (
password_too_long
,negative_format
, andzb
) - Update Gemfile
8.0.0 (2024-11-10)
- Update to Rails 8.0.x
- Drop support for Ruby 3.0 and 3.1
7.0.10 (2024-10-28)
- Update following locales:
- Lithuanian (lt): Add missing keys (
x_years
,in
,model_invalid
,required
,round_mode
,eb
,pb
) - Portuguese (pt): Fixed
number.currency.format.format
andhelpers.submit.update
#1122 - Croatian (hr): use genitive case for month names and put a period after weekday and month abbreviations #1126
- Korean (ko): Add missing keys (Storage units) #1118
- Fix compatibility with frozen string literals. #1120
- Refactor translations implemented in Ruby to avoid method redefinition warnings on reload. #1128
7.0.9 (2024-03-13)
- Add following locales:
- Welsh (cy)
- Fix empty
am
andpm
keys to make dates/times in the 12-hour time format distinguishable in every locale #1105 - Update following locales:
- Afrikaans (af): Fix translation of May #1110
- Czech (cs): Capitalise date day and month names for consistency #1113
- Traditional Chinese (zh-HK, zh-TW, zh-YUE): Use traditional "week" character in
date.abbr_day_names
#1112 - Italian (it): Fix translation for
second
prompt #1111 - Bosnian (bs): am/pm
- Danish (da): am/pm
- Galician (gl): am/pm
- Icelandic (is): am/pm
- Norwegian Bokmål (nb): am/pm
- Norwegian Nynorsk (nn): am/pm
- Portuguese (pt-BR): am/pm
- Romanian (ro): am/pm
- Swedish (sv sv-FI sv-SE): am/pm
- Welsh (cy): Move the keys to right place and add missing keys
- Danish (da): Remove title case for storage and human decimal units #1108
- Add ordinalization for many locales (be, bs, cs, da, de-AT, de-CH, de-DE, eo, et, fa, fi, hr, hu, is, ka, lb, lt, lv, mk, nb, ne, nn, pl, sk, sl, sq, sr, sw, tr) #1109
... and so on for the rest of the changelog.