turkish translation added (#677)

* turkish translation added

* ascending order update

* typo update

---------

Co-authored-by: CanisMinor <i@canisminor.cc>
This commit is contained in:
Abdullah Ercan
2023-12-16 09:31:00 +03:00
committed by GitHub
parent dd6c8d2e4d
commit b20b0595a9
21 changed files with 795 additions and 9 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ module.exports = defineConfig({
reference: '翻译后的字数尽量和原文一致',
entryLocale: 'zh_CN',
output: 'locales',
outputLocales: ['zh_TW', 'en_US', 'ru_RU', 'ja_JP', 'ko_KR', 'fr_FR'],
outputLocales: ['zh_TW', 'en_US', 'ru_RU', 'ja_JP', 'ko_KR', 'fr_FR', 'tr_TR'],
temperature: 0,
modelName: 'gpt-3.5-turbo-1106',
splitToken: 1024,