Releases: translation/rails
Releases · translation/rails
Version 1.31
Fixes (bugs & defects):
- Fix Psych 4 breaking change when loading YAML files with aliases. See issue #47.
Version 1.30
New features:
- Don't raise an issue for a conflicted
.translation_io
file anymore, but fix it directly.
Version 1.29
Fixes (bugs & defects):
- Use
source_locale
as last fallback for GetText (instead of default "en").
Version 1.28
New features:
Bump GetText dependency to 3.4.2 to support:
- Automatic locale fallbacks
fr_BE_Foo
->fr_BE
->fr
(cf. ruby-gettext/gettext#89) - Ruby 3.1 (cf. ruby-gettext/gettext#92)
Version 1.27
Fixes (bugs & defects):
- Improve symbol/string consistency of
source_locale
andtarget_locales
.
Version 1.26
Fixes (bugs & defects):
- Fix syntax issue with Ruby 3.0 and release v1.25 (that is now yanked!)
Version 1.25
Fixes (bugs & defects):
- Don't remove empty keys in
localization.xx.yml
files whenconfig.yaml_remove_empty_keys = true
, they may be useful for delimiters, etc.
Version 1.24
Fixes (bugs & defects):
- Force max version of GetText (3.3.7) to avoid dependency to external online request (see here for discussion).
New features:
- Warnings when trying to init/sync with duplicate or empty
target_locales
in the configuration file.