@bigbinary/neetoui
Version:
neetoUI drives the experience at all neeto products
21 lines (18 loc) • 436 B
JavaScript
import deDE from 'antd/locale/de_DE';
import enUS from 'antd/locale/en_US';
import esES from 'antd/locale/es_ES';
import frFR from 'antd/locale/fr_FR';
import nlNL from 'antd/locale/nl_NL';
import plPL from 'antd/locale/pl_PL';
import ptPT from 'antd/locale/pt_PT';
var ANTD_LOCALE = {
en: enUS,
es: esES,
fr: frFR,
de: deDE,
nl: nlNL,
pl: plPL,
pt: ptPT
};
export { ANTD_LOCALE };
//# sourceMappingURL=constants.js.map