Add support for Traditional Chinese language (#3899)

Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
yongjer
2024-04-26 21:10:23 +08:00
committed by GitHub
parent 8746e48df0
commit 3b5b4d628b
25 changed files with 2838 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ const path = require('node:path')
const transpile = require('typescript').transpile
const targetLanguage = 'en-US'
const languages = ['zh-Hans', 'fr-FR', 'ja-JP', 'pt-BR', 'uk-UA', 'vi-VN']
const languages = ['zh-Hans', 'fr-FR', 'ja-JP', 'pt-BR', 'uk-UA', 'vi-VN', 'zh-Hant']
async function getKeysFromLanuage(language) {
return new Promise((resolve, reject) => {