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 d8a1044 commit 0e6cfd4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .i18nrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ 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',
'tr_TR',
'es_ES',
'pt_BR',
'de_DE',
'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 0e6cfd4

Please sign in to comment.