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 confirm that this is an issue rather than a question.
Bug report
vuepress does not change the language of the site
Steps to reproduce
module.exports = {
locales: {
"/": {
lang: "es", // this will be set as the lang attribute on <html>
title: "Mi Título",
description: "Descripción",
},
},
What is expected?
that modifies the language of the html code to Spanish
What is actually happening?
Other relevant information
Output of npx vuepress info in my VuePress project:
Hmmm, is this viewing source or viewing the inspector? During development, these values aren't added to the DOM via SSR; but bundled for production, they are.
Bug report
vuepress does not change the language of the site
Steps to reproduce
What is expected?
that modifies the language of the html code to Spanish
What is actually happening?
Other relevant information
npx vuepress info
in my VuePress project:The text was updated successfully, but these errors were encountered: