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 have a Nuxt 3 or Nuxt.js application with the following folder structure:
📦root
┣ 📂commons
┗ 📂project1
┗ 📂project2
I have a page in project1 from which I can navigate to a page in project2. While navigating from project1 to project2 the page contents from project2/locales are not loaded. All the contents and components from project2 are loading fine but the words and button text do not appear as it is unable to read locales content.
Even If I add the reference to it it's not working fine and still displays the respective variable name instead of the value mentioned in locales/en.
Project1 locales work fine but project2/locales are not loaded. However, when I run a project2 independently everything works fine. but when I am trying to access project2 from project1 I get the error and locales are not loaded.
Can someone please let me know how can I make the @intlify/nuxt3 to read from 2 different folders and achieve this?
The text was updated successfully, but these errors were encountered:
I have a Nuxt 3 or Nuxt.js application with the following folder structure:
I have a page in
project1
from which I can navigate to a page inproject2
. While navigating from project1 to project2 the page contents from project2/locales are not loaded. All the contents and components fromproject2
are loading fine but the words and button text do not appear as it is unable to readlocales
content.Even If I add the reference to it it's not working fine and still displays the respective variable name instead of the value mentioned in locales/en.
project1/nuxt.config.js
Project1
locales work fine butproject2/locales
are not loaded. However, when I run aproject2
independently everything works fine. but when I am trying to accessproject2
fromproject1
I get the error and locales are not loaded.Can someone please let me know how can I make the
@intlify/nuxt3
to read from 2 different folders and achieve this?The text was updated successfully, but these errors were encountered: