mirror of
https://github.com/plankanban/planka.git
synced 2025-07-22 22:59:44 +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 de from './de/embed';
|
||||||
import pl from './pl/embed';
|
import pl from './pl/embed';
|
||||||
import ru from './ru/embed';
|
import ru from './ru/embed';
|
||||||
import pl from './pl/embed';
|
|
||||||
|
|
||||||
const localePairs = [
|
const localePairs = [
|
||||||
['en', en],
|
['en', en],
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
|
import dateFns from 'date-fns/locale/pl';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
dateFns,
|
||||||
|
|
||||||
format: {
|
format: {
|
||||||
date: 'd/M/yyyy',
|
date: 'd/M/yyyy',
|
||||||
time: 'p',
|
time: 'p',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue