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

Fix datepicker language code for Czech language

This commit is contained in:
Michal VOLF 2021-03-27 13:50:02 +01:00 committed by GitHub
parent 1cd4f53b8a
commit 3806d0c6fd

View file

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