Skip to content

Releases: tigrish/devise-i18n

v1.6.4

09 Jul 04:11
Compare
Choose a tag to compare
  • Fixes a file permission problem introduced in 1.6.3.

v1.6.3

08 Jul 22:49
Compare
Choose a tag to compare
  • Updated fa, fr, it, ja, pt-BR, ro, th, uk, and zh-HK translations.

v1.6.2

13 Apr 23:48
Compare
Choose a tag to compare
  • Updated ar, ca, da, de, es, es-MX, fr, is, it, lv, ro, and ru translations.

v1.6.1

04 Mar 19:33
Compare
Choose a tag to compare
  • Added sq translation.
  • Updated cs, de-CH, es, fr, ja, nl, sv, zh-CN, and zh-TW translations.

v1.6.0

17 Feb 23:02
Compare
Choose a tag to compare
  • Updated views to match those in devise 4.4.0. Any views generated into your app prior to this release of devise-i18n should continue to work.
  • Added and updated English strings to match those in devise 4.4.0.
  • Require devise 4.4 and above.
  • Updated nl translation.

v1.5.1

01 Feb 02:28
Compare
Choose a tag to compare
  • Devise looks up a different key on login failure if the user exists. This can be used by other users to determine if specific user is already registered, even if Devise is in paranoid mode (which normally tries to prevent this). This has been filed as devise issue #4763. Updated some translations that were using different strings for these keys to mitigate the issue.
  • Updated de, el, es, et, fa, ja, nl, pl, pt-BR, ru, si, sv, vi, and zh-CN translations.

v1.5.0

09 Dec 01:35
Compare
Choose a tag to compare
  • Require devise 3.4 and above.
  • Updated error keys to use the devise-configured authentication keys instead of always "email" or translated equivalent (feature introduced in devise#3201).
  • Added si translation.
  • Updated de, el, fi, fr, pl, pt-BR, zh-CN, and zh-TW translations.

v1.4.0

28 Oct 03:20
Compare
Choose a tag to compare
  • Add a requirement for devise 3.1 and above.
  • Removed backwards compatibility for mailer tokens for devise versions before 3.1.0. Any views generated into your app prior to this release of devise-i18n should continue to work. If, for some reason, you are otherwise calling DeviseI18n::ViewHelpers methods (resource_confirmation_token, resource_reset_password_token, and resource_unlock_token), you will need to replace these calls with @token.
  • Update ja translation.

v1.3.0

14 Oct 00:00
Compare
Choose a tag to compare
  • Added a requirement for devise 2 and above. This is in preparation for upping the minimum devise version in a future release to support updated text in devise.
  • Fix reset_password_token for devise 4. #150
  • Added tl and ur translations.
  • Updated ar, fr, fr-CA, it, ja, ko, ms, nb, nn-NO, no, pt-BR, zh-CN, and zh-TW translations.

v1.2.0

12 Oct 01:58
Compare
Choose a tag to compare
  • Made all possible attribute names from all devise modules localizable.
  • Added es, ha, ig, lo-LA, yo, and zh-YUE translations.
  • Updated bg, cs, de, es-MX, fr-CA, ja, ka, nl, pt-BR, sk, sl, zh-CN, and zh-TW translations.
  • Corrected Malay locale code (from my to ms).