From 877fc909c5fb9e1a7097f7a18e3f8ce8c245695b Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Sun, 25 Apr 2021 00:35:59 +0900 Subject: [PATCH] docs: add japanese link to translations menu --- src/.vuepress/config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index 475d096702..24d4e79421 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -430,6 +430,10 @@ module.exports = { text: '한국어', link: 'https://v3.ko.vuejs.org/' }, + { + text: '日本語', + link: 'https://v3.ja.vuejs.org/' + }, { text: 'More Translations', link: '/guide/contributing/translations#community-translations'