Skip to content

Releases: janko/rodauth-i18n

v0.2.1

27 Dec 22:11
Compare
Choose a tag to compare
  • New password/login validation errors added in Rodauth 2.19 are now supported:
    • password_too_long_message
    • password_too_many_bytes_message
    • login_too_many_bytes_message

v0.2.0

03 Dec 16:37
Compare
Choose a tag to compare
  • The built-in translations are now loaded automatically in non-Rails web frameworks. As a result, the Rodauth::I18n.add method has been removed.
  • Third-party gems should now register their locale directories in post_configure by calling i18n_register. As a result, Rodauth::I18n.directories has been removed.
  • The i18n_available_locales auth method has been added for setting which translations should be loaded (defaults to I18n.available_locales).
  • The lib/rodauth-i18n.rb and lib/rodauth/i18n.rb files have been removed.
  • Added translations for PT 🇵🇹 locale (thanks to @jsantos)