Skip to content

Releases: translation/rails

Version 1.41

10 Jun 11:49
Compare
Choose a tag to compare

New features:

Version 1.40

09 Feb 14:58
Compare
Choose a tag to compare

Fixes (bugs & defects):

  • Fix more bugs when YAML file is commented and the language key is still present.

Version 1.39

09 Feb 13:55
Compare
Choose a tag to compare

Fixes (bugs & defects):

  • Fix bug when YAML file is commented and the language key is still present.

Version 1.38

23 Oct 14:01
Compare
Choose a tag to compare

Fixes (bugs & defects):

  • Bump GetText dependency to 3.4.9 (fix \r escape and other improvements)

Version 1.37

27 Jun 10:05
Compare
Choose a tag to compare

Fixes (bugs & defects):

  • Prepare compatibility with Ruby 3.3 by bumping GetText dependency

Version 1.36

03 May 14:51
Compare
Choose a tag to compare

Fixes (bugs & defects):

  • Keep YAML files and keys from locales that are not in the configuration file (#54)

Version 1.35

12 Jan 13:22
Compare
Choose a tag to compare

Fixes (bugs & defects):

  • Compatibility with Ruby 3.2 (Fix File.exists? to File.exist?)

Version 1.34

16 Nov 13:44
Compare
Choose a tag to compare

Fixes (bugs & defects):

  • Fix plural rule in source PO file by manually adding it (for GetText >= 3.3.9)

Version 1.33

07 Nov 15:40
Compare
Choose a tag to compare

New features:

  • Match I18n fallbacks in GetText (cf. #48 and #50). Thanks @ryanb!

Important information: a new directory with PO/MO files for the source language will be created in your locales/gettext directory.
Don't worry, it's expected: the purpose is to unify fallback management.

Version 1.32

20 May 14:40
Compare
Choose a tag to compare

Fixes (bugs & defects):