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
I encountered a similar issue when running commands. the license label build failed when retrieving license.status.active.label because the translation array for en local is still empty.
As far as I can tell from debugging the call stack the needed AppTranslations trait defining the i18n via closure has not been called yet when kirby encounters the Kirby::plugin() from within the plugins index.php file.
I encountered a weird regression in Retour:
Translation that I apply in the backend (via
I18n::translate
) are not translated correctly anymore;v4:
v5:
Interestingly, translation that are resolved in the frontend (
{{ $t() }}
) seem to work/unaffected.The text was updated successfully, but these errors were encountered: