mirror of
https://github.com/mue/mue.git
synced 2026-07-17 14:04:09 +02:00
Turkish_Language_Support_Added (#285)
* Turkish_Language_Support_Added The necessary files were updated with the Turkish translation file. * Word_Corrections
This commit is contained in:
@@ -34,5 +34,9 @@
|
||||
{
|
||||
"name": "中文 (简体)",
|
||||
"value": "zh_CN"
|
||||
},
|
||||
{
|
||||
"name": "Turkish",
|
||||
"value" : "tr_TR"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -8,6 +8,7 @@ import * as no from '../translations/no.json';
|
||||
import * as ru from '../translations/ru.json';
|
||||
import * as zh_CN from '../translations/zh_CN.json';
|
||||
import * as id_ID from '../translations/id_ID.json';
|
||||
import * as tr_TR from '../translations/tr_TR.json';
|
||||
|
||||
const translations = {
|
||||
de_DE,
|
||||
@@ -20,6 +21,7 @@ const translations = {
|
||||
ru,
|
||||
zh_CN,
|
||||
id_ID,
|
||||
tr_TR,
|
||||
};
|
||||
|
||||
export default translations;
|
||||
|
||||
Reference in New Issue
Block a user