-
-
Notifications
You must be signed in to change notification settings - Fork 499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to specify a route for only one language? #2
Comments
Hi @luminarious In your specific case, ignoreRoutes: [
'en-styleguide'
] You can give this specific branch a try in your project: yarn add https://github.com/paulgv/nuxt-i18n.git#feature/ignore-routes-localization |
Available in |
Right now the routes are generated per language. How would I specify that I want a route to be available in just one language?
Using _locale as the first param caused some issues before, but at least we could easily separate pages that are localized and pages that should be used as-is.
The text was updated successfully, but these errors were encountered: