Added Turkish language (#2099)

This commit is contained in:
Kayhan
2025-08-12 09:14:05 +03:00
committed by GitHub
parent 54e0a1e886
commit cb8aa45cde
3 changed files with 247 additions and 0 deletions
+2
View File
@@ -8,6 +8,7 @@ import zhcn from './locales/zh-CN.json';
import ko from './locales/ko.json';
import es from './locales/es.json';
import ptbr from './locales/pt-BR.json';
import tr from './locales/tr.json';
export default defineI18nConfig(() => ({
legacy: false,
@@ -23,5 +24,6 @@ export default defineI18nConfig(() => ({
ko,
es,
'pt-BR': ptbr,
tr,
},
}));