Skip to content

Bump i18n-tasks from 0.9.29 to 0.9.33

NipaNipa requested to merge dependabot/bundler/i18n-tasks-0.9.33 into master

Bumps i18n-tasks from 0.9.29 to 0.9.33.

Release notes

Sourced from i18n-tasks's releases.

v0.9.31

See CHANGES.md for changelog

Changelog

Sourced from i18n-tasks's changelog.

v0.9.33

  • Fixes DeepL translation. #367

v0.9.32

  • Support capitalized region names in locale codes (e.g. "zh-YUE") #357
  • DeepL: Fix single value translation. #d31297b5
  • Fix missing key detection for external keys in non-base locale. #364
  • required_ruby_version: Allow Ruby 3.x.
  • Fix deprecation warnings on Ruby 2.7.1. #352

v0.9.31

  • Add Yandex translator backend. #343
  • Fix more Ruby 2.7 warnings. #344

v0.9.30

  • Fix keyword arguments warnings in Ruby 2.7. #342
  • Recognize t! and translate! methods. #329
  • Test template now tests for inconsistent interpolations. #317
Commits
  • 9b71fd1 Bump to v0.9.33
  • e8b3cc6 Update deepl_translator.rb
  • 0a52676 Bump to v0.9.32
  • bc1ea90 README.md: Remove gemnasium badge
  • 95bc73b travis.yml: Update dist (bionic -> focal)
  • b656c69 Changelog for v0.9.32
  • d31297b DeepL: Fix single value translation
  • ef5d14a spec/i18n_tasks_spec.rb: fix rubocop line too long
  • d3d69f7 require ruby 2.3 or above including 3.x
  • 5fd3d34 Check external key is present in the current locale
  • Additional commits viewable in compare view

Merge request reports