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
{{ message }}
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.
In our work we use lazy-loading translations, provided by https://nuxt-community.github.io/nuxt-i18n/.
Loaded file expects to be like this:
But the generator outputs something like this, even for --multi-locales flag:
The loaded file injects as is, so the translation function can't find
$t('key')
, because now it is$t(i18n.locale + '.key')
Can we somehow tune the generator to recieve an object, not wrapped in locale key in output?
The text was updated successfully, but these errors were encountered: