Skip to content

Releases: translation/rails

Version 1.31

04 Apr 15:14
Compare
Choose a tag to compare

Fixes (bugs & defects):

  • Fix Psych 4 breaking change when loading YAML files with aliases. See issue #47.

Version 1.30

23 Mar 15:47
Compare
Choose a tag to compare

New features:

  • Don't raise an issue for a conflicted .translation_io file anymore, but fix it directly.

Version 1.29

01 Feb 11:09
Compare
Choose a tag to compare

Fixes (bugs & defects):

  • Use source_locale as last fallback for GetText (instead of default "en").

Version 1.28

17 Jan 17:03
Compare
Choose a tag to compare

New features:

Bump GetText dependency to 3.4.2 to support:

Version 1.27

23 Nov 13:52
Compare
Choose a tag to compare

Fixes (bugs & defects):

  • Improve symbol/string consistency of source_locale and target_locales.

Version 1.26

14 Jul 15:09
Compare
Choose a tag to compare

Fixes (bugs & defects):

  • Fix syntax issue with Ruby 3.0 and release v1.25 (that is now yanked!)

Version 1.25

14 Jul 14:45
Compare
Choose a tag to compare

Fixes (bugs & defects):

  • Don't remove empty keys in localization.xx.yml files when config.yaml_remove_empty_keys = true, they may be useful for delimiters, etc.

Version 1.24

15 Jun 17:53
Compare
Choose a tag to compare

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.

Version 1.23

17 Jan 14:07
Compare
Choose a tag to compare

Fixes (bugs & defects):

  • Fix ArgumentError: comparison of Pathname with String failed if I18n.load_path contains a Pathname instead of a String (#41). Thanks @11mdlow!

Version 1.22

27 Jul 20:44
Compare
Choose a tag to compare

Fixes (bugs & defects):

  • Fix deprecation warnings on Rails 6 (#38).

New features:

  • Add config.yaml_remove_empty_keys option (#37). Thanks @Uepsilon!