Releases: translation/rails
Releases · translation/rails
Version 1.41
New features:
- Ignore YAML keys using RegEx (cf. #56. Thanks @michael-harrison!
Version 1.40
Fixes (bugs & defects):
- Fix more bugs when YAML file is commented and the language key is still present.
Version 1.39
Fixes (bugs & defects):
- Fix bug when YAML file is commented and the language key is still present.
Version 1.38
Fixes (bugs & defects):
- Bump GetText dependency to 3.4.9 (fix
\r
escape and other improvements)
Version 1.37
Fixes (bugs & defects):
- Prepare compatibility with Ruby 3.3 by bumping GetText dependency
Version 1.36
Fixes (bugs & defects):
- Keep YAML files and keys from locales that are not in the configuration file (#54)
Version 1.35
Fixes (bugs & defects):
- Compatibility with Ruby 3.2 (Fix
File.exists?
toFile.exist?
)
Version 1.34
Fixes (bugs & defects):
- Fix plural rule in source PO file by manually adding it (for GetText >= 3.3.9)
Version 1.33
Version 1.32
Fixes (bugs & defects):
- Fix bad
html.erb
parsing when there is acase
in it, using new gettext 3.4.3 Erubi parser. (cf. ruby-gettext/gettext PR #91).