We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Following #50 and #91, locales and theme.locales stay empty, whatever has been defined in config.js.
locales
theme.locales
config.js
To Reproduce Steps to reproduce the behavior:
module.exports = { ... locales: { '/': { lang: 'en-US' }, '/fr/': { lang: ' fr-FR' }, }, ... themeConfig: { ... locales: { '/': { label: 'English' }, '/fr/' : { label: 'Français' }, }, }, };
Expected behavior Dropdown lang selected should be displayed.
System Info
The text was updated successfully, but these errors were encountered:
This seems to be fixed by @m4dz and it could be closed? I encountered this issue but then I updated to a later version of vitepress and it's gone.
Sorry, something went wrong.
Seems like this is fixed 👍
No branches or pull requests
Describe the bug
Following #50 and #91,
locales
andtheme.locales
stay empty, whatever has been defined inconfig.js
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Dropdown lang selected should be displayed.
System Info
The text was updated successfully, but these errors were encountered: