+ client: add thai and romanian languages

This commit is contained in:
Ildar Kamalov
2020-03-11 17:06:17 +03:00
parent 579177fc70
commit 36ba8380de
5 changed files with 911 additions and 2 deletions

View File

@@ -32,6 +32,8 @@ import tr from './__locales/tr.json';
import srCS from './__locales/sr-cs.json';
import hr from './__locales/hr.json';
import fa from './__locales/fa.json';
import th from './__locales/th.json';
import ro from './__locales/ro.json';
const resources = {
en: {
@@ -115,6 +117,12 @@ const resources = {
fa: {
translation: fa,
},
th: {
translation: th,
},
ro: {
translation: ro,
},
};
const availableLanguages = Object.keys(LANGUAGES);