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
The Framework supports global translation keys like all other frameworks (e.G. locales/[language].json)
The Framework splits translations by pages (e.G. app/pages/PageA.vue has access to locales/pages/PageA/[language].json and global ones but not the ones for PageB)
The Framework allows for In-Component translations (see app/components/ComponentTranslation.vue in example repo)
The text was updated successfully, but these errors were encountered:
What framework do you want to have? Please provide links of its i18n solution/package.
https://s00d.github.io/nuxt-i18n-micro/guide/getting-started
Please provide some overall screenshots about how the i18n usage would be like
General Vue analogue to vue-i18n usage.
Please provide a minimal starter project
https://github.com/Blackskyliner/nuxt-i18n-micro-example
Additional context
locales/[language].json
)app/pages/PageA.vue
has access tolocales/pages/PageA/[language].json
and global ones but not the ones for PageB)app/components/ComponentTranslation.vue
in example repo)The text was updated successfully, but these errors were encountered: