feat: Add ja_JP, ko_KR and update workflow

This commit is contained in:
canisminor1990
2023-10-10 22:21:28 +08:00
parent aec0674c63
commit 57512a0745
38 changed files with 1181 additions and 56 deletions
+1 -2
View File
@@ -6,8 +6,7 @@ module.exports = defineConfig({
entry: 'locales/zh_CN',
entryLocale: 'zh_CN',
output: 'locales',
outputLocales: ['zh_TW', 'en_US', 'ru_RU'],
splitToken: 2500,
outputLocales: ['zh_TW', 'en_US', 'ru_RU', 'ja_JP', 'ko_KR'],
temperature: 0,
modelName: 'gpt-3.5-turbo',
});