fix: Add date-fns locale, fix linting

pull/644/head
Maksim Eltyshev 2 years ago
parent 32b3f40187
commit afac504896

@ -20,7 +20,29 @@ import ua from './ua';
import uz from './uz';
import zh from './zh';
const locales = [cs, da, de, en, es, fr, id, it, ja, ko, nl, pl, pt, ro, ru, sk, sv, tr, ua, uz, zh];
const locales = [
cs,
da,
de,
en,
es,
fr,
id,
it,
ja,
ko,
nl,
pl,
pt,
ro,
ru,
sk,
sv,
tr,
ua,
uz,
zh,
];
export default locales;

@ -1,4 +1,8 @@
import dateFns from 'date-fns/locale/nl';
export default {
dateFns,
format: {
date: 'd-M-yyyy',
time: 'p',

Loading…
Cancel
Save