Update Japanese translation (#508)

I'm not familiar with vitepress, so there may be some mistakes in the
settings.
This commit is contained in:
AndroPlus
2023-05-17 00:40:54 +09:00
committed by GitHub
parent 76612b9cf7
commit 4c934d460b
13 changed files with 814 additions and 70 deletions

View File

@@ -4,6 +4,7 @@ import zh_CN from './zh_CN'
import zh_TW from './zh_TW'
import vi_VN from './vi_VN'
import id_ID from './id_ID'
import ja_JP from './ja_JP'
export default defineConfig({
locales: {
@@ -25,6 +26,12 @@ export default defineConfig({
themeConfig: zh_TW.themeConfig,
description: zh_TW.description
},
ja_JP: {
label: '日本語',
lang: ja_JP.lang,
themeConfig: ja_JP.themeConfig,
description: ja_JP.description
},
vi_VN: {
label: 'Tiếng Việt',
lang: vi_VN.lang,