mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 05:09:43 +02:00
import dateFns
This commit is contained in:
parent
a3026451ed
commit
2764f8de1c
2 changed files with 4 additions and 1 deletions
|
@ -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],
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
import dateFns from 'date-fns/locale/pl';
|
||||
|
||||
export default {
|
||||
dateFns,
|
||||
|
||||
format: {
|
||||
date: 'd/M/yyyy',
|
||||
time: 'p',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue