You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Translations shall work normally for the Help links in the Users Login Block as defined in Zauth-module/Form/Type/EitherLoginType.php in these lines:
$forgotUsername = /** @Translate */'I forgot my username';
$forgotPassword = /** @Translate */'I forgot my password';
Current Behavior
The help links are not translated. This is definitely the case because there are no translation strings for them in the Zikula messages.en.yaml and there are no specific translation files for the Zauth module. But adding the strings to the Zikula messages.en.yaml neither solves the issue. So there might be more issues.
The text was updated successfully, but these errors were encountered:
Expected Behavior
Translations shall work normally for the Help links in the Users Login Block as defined in
Zauth-module/Form/Type/EitherLoginType.php
in these lines:Current Behavior
The help links are not translated. This is definitely the case because there are no translation strings for them in the Zikula
messages.en.yaml
and there are no specific translation files for the Zauth module. But adding the strings to the Zikulamessages.en.yaml
neither solves the issue. So there might be more issues.The text was updated successfully, but these errors were encountered: