+ client: Refactor DHCP settings
This commit is contained in:
committed by
Simon Zolin
parent
c9f58ce4a7
commit
1d35d73fc5
@@ -30,9 +30,11 @@ import sl from './__locales/sl.json';
|
||||
import tr from './__locales/tr.json';
|
||||
import srCS from './__locales/sr-cs.json';
|
||||
import hr from './__locales/hr.json';
|
||||
import hu from './__locales/hu.json';
|
||||
import fa from './__locales/fa.json';
|
||||
import th from './__locales/th.json';
|
||||
import ro from './__locales/ro.json';
|
||||
import siLk from './__locales/si-lk.json';
|
||||
import { setHtmlLangAttr } from './helpers/helpers';
|
||||
|
||||
const resources = {
|
||||
@@ -114,6 +116,9 @@ const resources = {
|
||||
hr: {
|
||||
translation: hr,
|
||||
},
|
||||
hu: {
|
||||
translation: hu,
|
||||
},
|
||||
fa: {
|
||||
translation: fa,
|
||||
},
|
||||
@@ -123,6 +128,9 @@ const resources = {
|
||||
ro: {
|
||||
translation: ro,
|
||||
},
|
||||
'si-lk': {
|
||||
translation: siLk,
|
||||
},
|
||||
};
|
||||
|
||||
const availableLanguages = Object.keys(LANGUAGES);
|
||||
|
||||
Reference in New Issue
Block a user