vuepress / core

Vue-Powered Static Site Generator
https://vuepress.vuejs.org
MIT License
2.29k stars 926 forks source link

fix(client): fallback page lang to site lang (close #1365) #1380

Closed vordimous closed 1 year ago

vordimous commented 1 year ago

Before submitting the PR, please make sure you do the following

What is the purpose of this pull request?

Description

Some pages were rendered with the wrong locale lang set. I have updated the resolver to look at the page data and the siteLocaleData. Additionally, I have set the default to be the same as the other Locale classes: en-US. This should ensure all pages have the correct locale lang set

fixes https://github.com/vuepress/vuepress-next/issues/1365

Mister-Hope commented 1 year ago

LGTM

meteorlxy commented 1 year ago

Thanks for your contributions! ❤️