vuejs/vuepress

404 page does not support i18n

Open

#1987 opened on Oct 27, 2019

View on GitHub
 (6 comments) (1 reaction) (0 assignees)JavaScript (22,300 stars) (4,782 forks)batch import
complexity: easycontribution welcomeeffort: mediumgood first issuetopic: themetype: feature request

Description

  • 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:

Contributor guide