Skip to content

Releases: translation/rails

Version 1.11

14 Dec 15:34
Compare
Choose a tag to compare

Fixes (bugs & defects):

Version 1.10

18 Oct 14:17
Compare
Choose a tag to compare

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

16 Feb 10:42
Compare
Choose a tag to compare
  • 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

02 Dec 10:51
Compare
Choose a tag to compare
  • Debug FlatHash.to_hash in a very specific case. This issue should not happen in consistent YAML files.

Version 1.8.3

06 Oct 08:51
Compare
Choose a tag to compare
  • Don't set LC_TYPE to avoid warnings on Linux (#7)

Version 1.8.2

20 Jul 12:07
Compare
Choose a tag to compare
  • Add missing wee and wen locales to Locale (Upper Sorbian and Lower Sorbian)

Version 1.8.1

08 Jul 08:16
Compare
Choose a tag to compare
  • Removed clutter (lost puts)

Version 1.8

06 Jul 09:46
Compare
Choose a tag to compare

When disable_gettext is set to true, only load GetText libraries where needed to consume less memory.

Version 1.7

19 Apr 09:03
Compare
Choose a tag to compare

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

03 Feb 09:20
Compare
Choose a tag to compare
  • Debug check of source locale during init.