Skip to content

Commit

Permalink
🛠️ chore: Update .i18nrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 authored Sep 4, 2023
1 parent ddb2b73 commit 355e063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .i18nrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 355e063

Please sign in to comment.