Fix cz=>cs iso lang code for Czech translation
parent
d9659a3935
commit
a5b6c9a367
|
|
@ -34,7 +34,7 @@ import messagesPortuguese from './translations/pt';
|
||||||
import messagesChinese from './translations/cn';
|
import messagesChinese from './translations/cn';
|
||||||
import messagesSpanish from './translations/es';
|
import messagesSpanish from './translations/es';
|
||||||
import messagesCroatian from './translations/hr';
|
import messagesCroatian from './translations/hr';
|
||||||
import messagesCzech from './translations/cz';
|
import messagesCzech from './translations/cs';
|
||||||
import messagesItalian from './translations/it';
|
import messagesItalian from './translations/it';
|
||||||
|
|
||||||
import './index.css';
|
import './index.css';
|
||||||
|
|
@ -58,7 +58,7 @@ const messages =
|
||||||
'zh' : messagesChinese,
|
'zh' : messagesChinese,
|
||||||
'es' : messagesSpanish,
|
'es' : messagesSpanish,
|
||||||
'hr' : messagesCroatian,
|
'hr' : messagesCroatian,
|
||||||
'cz' : messagesCzech,
|
'cs' : messagesCzech,
|
||||||
'it' : messagesItalian
|
'it' : messagesItalian
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue