website: add id_ID translation (#96)

* website: add id_ID translation

* website: fix leftover id_ID translation
This commit is contained in:
Anggit Febriantoro
2023-01-21 14:32:55 +07:00
committed by GitHub
parent 08165211eb
commit 505b5ea767
8 changed files with 379 additions and 1 deletions

View File

@@ -22,6 +22,12 @@ export default defineConfig({
lang: vi_VN.lang,
themeConfig: vi_VN.themeConfig,
description: vi_VN.description
},
id_ID: {
label: 'Bahasa',
lang: id_ID.lang,
themeConfig: id_ID.themeConfig,
description: id_ID.description
}
}
})
})