Added Turkish language (#2099)
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user