Releases: tigrish/devise-i18n
Releases · tigrish/devise-i18n
v1.6.4
- Fixes a file permission problem introduced in 1.6.3.
v1.6.3
- Updated fa, fr, it, ja, pt-BR, ro, th, uk, and zh-HK translations.
v1.6.2
- Updated ar, ca, da, de, es, es-MX, fr, is, it, lv, ro, and ru translations.
v1.6.1
- Added sq translation.
- Updated cs, de-CH, es, fr, ja, nl, sv, zh-CN, and zh-TW translations.
v1.6.0
- 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
- 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
- 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
- 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
, andresource_unlock_token
), you will need to replace these calls with@token
. - Update ja translation.
v1.3.0
- 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
- 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).