Releases: janko/rodauth-i18n
Releases · janko/rodauth-i18n
v0.8.0
-
Added translations for new otp_unlock
, otp_lockout_email
, otp_modify_email
and webauthn_modify_email
features.
-
Added strftime_format
translation.
v0.7.1
- Added missing german translations for
attempt_to_create_unverified_account_error_flash
and attempt_to_login_to_unverified_account_error_flash
(#12)
v0.7.0
- Added Chinese (
zn
) translations (thanks to @hinagiku) 🇨🇳
v0.6.0
- Added German (
de
) translations (thanks to @whysthatso) 🇩🇪
v0.5.2
- Add translations for the
reset_password_notify
feature (@janko, abb4e9f)
- Fix typo in
global_logout_label
translation (@janko, 208e64d)
v0.5.1
- Added missing french translations for
create_account_link_text
and create_account_notice_flash
🇫🇷
v0.5.0
- Added French (
fr
) translations (thanks to @scosy) 🇫🇷
v0.4.0
- Added Spanish (
es
) translations (thanks to @kucho) 🇪🇸
v0.3.1
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.
v0.3.0
- 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.