From 355e0639af8d24b1bc5da7fc32b7879be9be1fcd Mon Sep 17 00:00:00 2001 From: CanisMinor Date: Mon, 4 Sep 2023 10:24:37 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20chore:=20Update=20.i18n?= =?UTF-8?q?rc.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .i18nrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.i18nrc.js b/.i18nrc.js index 43ab07a969..e8521f8460 100644 --- a/.i18nrc.js +++ b/.i18nrc.js @@ -6,7 +6,7 @@ module.exports = defineConfig({ entry: 'locales/zh_CN', entryLocale: 'zh_CN', output: 'locales', - outputLocales: ['en_US'], + outputLocales: ['en_US', 'ru_RU'], splitToken: 2500, temperature: 0, modelName: 'gpt-3.5-turbo',