+ client: add thai and romanian languages
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user