Skip to content

Commit

Permalink
Update .i18nrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 authored Dec 16, 2023
1 parent 7513727 commit d8a1044
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .i18nrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
module.exports = {
selectors: ['meta.title', 'meta.description', 'meta.tags'],
entryLocale: 'en-US',
outputLocales: ['zh-CN', 'zh_TW', 'ru_RU', 'ja_JP', 'ko_KR', 'fr_FR'],
outputLocales: [
'zh_CN',
'zh_TW',
'ru_RU',
'ja_JP',
'ko_KR',
'fr_FR',
'tr_TR',
'es_ES',
'pt_BR',
'de_DE',
],
modelName: 'gpt-3.5-turbo-1106',
};

0 comments on commit d8a1044

Please sign in to comment.