Skip to content

Releases: translation/rails

Version 1.21

30 Dec 09:49
Compare
Choose a tag to compare

Fixes (bugs & defects):

  • Refactor YAML source editions service #35
    • Faster when many source editions are applied.
    • Better behavior when overriding the same key from a gem multiple times in a single sync.
    • Better paths normalization.

Version 1.20

10 Oct 10:44
Compare
Choose a tag to compare

Fixes (bugs & defects):

  • Improved config.ignored_key_prefixes to escape prefix from Regexp (prevent . to be any char).

Version 1.19

13 Sep 13:11
Compare
Choose a tag to compare

New features:

  • Add config.yaml_line_width option to wrap YAML files (#19).
  • Add config.gettext_object_delegate option to avoid monkey-patching of Object (#30).
  • Remove extra-whitespace in YAML files (issue with libYAML) (#13).
  • Only write localization.xx.yml files if they are not empty.
  • Faster GetText parsing by ignoring paths using Pathname#find API instead of Dir[].reject. Big speed up if lots of files in the project (node_modules etc.)!
  • translation:init: won't rewrite source YAML files if that's not needed.

Fixes (bugs & defects):

  • Improved config.ignored_key_prefixes so errors.message would not ignore errors.messageandstuff key.

Version 1.18

05 Apr 15:56
Compare
Choose a tag to compare

New features:

Fixes (bugs & defects):

  • Deprecation warning for #has_rdoc (Rubygems) (#29)

Version 1.17

12 Nov 15:54
Compare
Choose a tag to compare

New features:

  • New 'rake translation:sync_readonly' task for concurrent syncing (CI). See README.
  • Increase timeout for HTTP requests.

Version 1.16

10 Oct 13:48
Compare
Choose a tag to compare

New features:

  • Make the parsing compatible with .inky extension files (like erb templating) + add custom "erb-like" extensions in configuration.

Version 1.15

27 Sep 15:37
Compare
Choose a tag to compare

Fixes (bugs & defects):

  • Debug error and more specs for inconsistent YAML.

Version 1.14

23 Mar 19:44
Compare
Choose a tag to compare

New features:

Version 1.13

19 Feb 16:47
Compare
Choose a tag to compare

New features:

  • rake translation:sync_and_show_purgeable specifies the languages of the to-be-removed segments (because sometimes it will only delete a segment related to a removed language).

Version 1.12

06 Feb 17:17
Compare
Choose a tag to compare

Fixes (bugs & defects):

  • Exit with failure status code as opposed to implicit success in rescue blocks (#22). Thanks @Dombo!