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

import dateFns

This commit is contained in:
Piotr 2021-01-10 21:00:43 +01:00
parent a3026451ed
commit 2764f8de1c
2 changed files with 4 additions and 1 deletions

View file

@ -4,7 +4,6 @@ import en from './en/embed';
import de from './de/embed';
import pl from './pl/embed';
import ru from './ru/embed';
import pl from './pl/embed';
const localePairs = [
['en', en],

View file

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