Releases: translation/rails
Releases · translation/rails
Version 1.11
Fixes (bugs & defects):
- Update GetText dependency to >= 3.2.5 because of That issue that evaluate strings of whole code
- Call
send(:include)
to make it compatible with Ruby < 2.1
Version 1.10
New features:
- Add
rake translation:sync_and_show_purgeable
task to see all unused keys/strings from Translation.io, using the current branch as reference (#20). - Better file formats configuration in configuration file (#14).
- Better wording
Fixes (bugs & defects):
- Debug error and more specs for inconsistent YAML.
Version 1.9
- messages with project URL on init/sync
- check if no git conflicts in .translation_io hidden file
- check syntax of generated ruby files for HAML/SLIM parsing
Version 1.8.4
- Debug FlatHash.to_hash in a very specific case. This issue should not happen in consistent YAML files.
Version 1.8.3
- Don't set
LC_TYPE
to avoid warnings on Linux (#7)
Version 1.8.2
- Add missing wee and wen locales to Locale (Upper Sorbian and Lower Sorbian)
Version 1.8.1
- Removed clutter (lost
puts
)
Version 1.8
When disable_gettext
is set to true
, only load GetText libraries where needed to consume less memory.
Version 1.7
Force use of Gettext 3.2.2 because of bad Chinese (traditional/simplified) language management for previous versions of Gettext: ruby-gettext/gettext#45
Version 1.6
- Debug check of source locale during init.