How to get locales list inside nuxt.config.js #1455
Unanswered
learntheropes
asked this question in
Q&A
Replies: 2 comments
-
That doesn't quite make sense. Locales are based on what you specify in the module's configuration so you already have that information in |
Beta Was this translation helpful? Give feedback.
0 replies
-
How can I get them when I generate the sitemap routes?
`this.$i18n.locales` doesn't work as well.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I get the locales list in the
nuxt.config.js
file?I'm trying with
But it doesn't work
Beta Was this translation helpful? Give feedback.
All reactions