vuejs/vuepress

404 page does not support i18n

Open

#1,987 创建于 2019年10月27日

在 GitHub 查看
 (6 评论) (1 反应) (0 负责人)JavaScript (22,300 star) (4,782 fork)batch import
complexity: easycontribution welcomeeffort: mediumgood first issuetopic: themetype: feature request

描述

  • I confirm that this is an issue rather than a question.

Bug report

I just find this on stackoverflow, and test it on the official website

Steps to reproduce

Try to visit vuepress.vuejs.org/zh/test

What is expected?

A 404 page with Chinese and

<html lang="zh-CN" >

What is actually happening?

<html lang="en-US" >

Other relevant information

  • Output of npx vuepress info in my VuePress project:

贡献者指南