1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

Update core.js

fix dateFns locale for Czech language
This commit is contained in:
Michal VOLF 2021-03-27 12:47:57 +01:00 committed by GitHub
parent 65aba551c3
commit 6ffe4b7ddf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
import dateFns from 'date-fns/locale/de';
import dateFns from 'date-fns/locale/cs';
export default {
dateFns,