rodauth-i18n

I18n integration and translations for Rodauth authentication framework

MIT License

Downloads
30.3K
Stars
22
Committers
7
rodauth-i18n - Latest Release

Published by janko over 1 year ago

rodauth-i18n -

Published by janko almost 2 years ago

  • Added Chinese (zn) translations (thanks to @hinagiku) 🇨🇳
rodauth-i18n -

Published by janko almost 2 years ago

  • Added German (de) translations (thanks to @whysthatso) 🇩🇪
rodauth-i18n -

Published by janko almost 2 years ago

rodauth-i18n -

Published by janko about 2 years ago

  • Added missing french translations for create_account_link_text and create_account_notice_flash 🇫🇷
rodauth-i18n -

Published by janko over 2 years ago

  • Added French (fr) translations (thanks to @scosy) 🇫🇷
rodauth-i18n -

Published by janko over 2 years ago

  • Added Spanish (es) translations (thanks to @kucho) 🇪🇸
rodauth-i18n -

Published by janko almost 3 years ago

The following improvements have been made to the rodauth:translations generator:

  • Translations from external Rodauth plugins are now automatically imported.
  • Only translations for currently enabled features are imported.
  • Re-running the generator will add translations for any newly enabled features, remove translations for any disabled features, and keep existing translations unchanged.
rodauth-i18n -

Published by janko almost 3 years ago

  • 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
rodauth-i18n -

Published by janko almost 3 years ago

  • The rodauth:i18n:translations generator has been renamed to rodauth:translations.
  • The rodauth:translations generator defaults to available locales when no locales have been specified.
rodauth-i18n -

Published by janko almost 3 years ago

  • 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)
Package Rankings
Top 12.53% on Rubygems.org
Related Projects