New
v1.0.15
Changes
- Adds a progress bar for translate tasks. https://github.com/glebm/i18n-tasks/pull/606
- New watsonx translation backend. https://github.com/glebm/i18n-tasks/pull/598
- Improved newline handling for Google Translate backend. https://github.com/glebm/i18n-tasks/pull/597
- Spaces are now allowed in key names. https://github.com/glebm/i18n-tasks/pull/604
- Better handling of parenthesis-like characters in key names. https://github.com/glebm/i18n-tasks/pull/550
- Scanners:
- Silence parser warning and patch version mismatch for Ruby 3.4.x > 3.4.0 https://github.com/glebm/i18n-tasks/issues/612
- Uses AST-parser for all ERB-files, not just .html.erb
- [Fixed regex in PatternScanner] (https://github.com/glebm/i18n-tasks/issues/572)
- Adds contextual parser to support more Rails-translations. https://github.com/glebm/i18n-tasks/pull/565