vuejs/vuepress

404 page does not support i18n

Offen

#1.987 geöffnet am 27.10.2019

 (6 Kommentare) (1 Reaktion) (0 zugewiesene Personen)JavaScript (4.782 Forks)batch import
complexity: easycontribution welcomeeffort: mediumgood first issuetopic: themetype: feature request

Repository-Metriken

Stars
 (22.300 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

  • 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