|
|
@@ -11,11 +11,13 @@ import th from "./th.json";
|
|
|
import tr from "./tr.json";
|
|
|
import vn from "./vn.json";
|
|
|
import id from "./id.json";
|
|
|
+import ug from "./ug.json";
|
|
|
import zhHant from "./zhHant.json";
|
|
|
const localesList = [
|
|
|
"en",
|
|
|
"cn",
|
|
|
"zhHant",
|
|
|
+ "ug",
|
|
|
"de",
|
|
|
"es",
|
|
|
"ar",
|
|
|
@@ -28,7 +30,7 @@ const localesList = [
|
|
|
"fa",
|
|
|
"tr",
|
|
|
];
|
|
|
-const messages = { ar, cn, de, en, es, fa, ko, ms, pt, th, tr, vn, zhHant, id };
|
|
|
+const messages = { ar, cn, de, en, es, fa, ko, ms, pt, th, tr, vn, zhHant, id, ug };
|
|
|
const LANG_MAP = {
|
|
|
cn: 'zh-Hans',
|
|
|
zh: 'zh-Hans',
|
|
|
@@ -47,6 +49,7 @@ const LANG_MAP = {
|
|
|
vn: 'vi',
|
|
|
vi: 'vi',
|
|
|
id: 'id',
|
|
|
+ ug: 'ug',
|
|
|
};
|
|
|
|
|
|
export { messages, localesList, LANG_MAP };
|