Skip to content

Commit 2c6458b

Browse files
authored
docs: add japanese link to translations menu (vuejs#1011)
1 parent 7032fb0 commit 2c6458b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/.vuepress/config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,10 @@ module.exports = {
430430
text: '한국어',
431431
link: 'https://v3.ko.vuejs.org/'
432432
},
433+
{
434+
text: '日本語',
435+
link: 'https://v3.ja.vuejs.org/'
436+
},
433437
{
434438
text: 'More Translations',
435439
link: '/guide/contributing/translations#community-translations'

0 commit comments

Comments
 (0)