mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
fix: Add date-fns locale to Portuguese translation
This commit is contained in:
parent
34a20bfd9d
commit
803e14c9e1
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
||||||
|
import dateFns from 'date-fns/locale/pt-BR';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
dateFns,
|
||||||
|
|
||||||
format: {
|
format: {
|
||||||
date: 'dd/MM/yyyy',
|
date: 'dd/MM/yyyy',
|
||||||
time: 'p',
|
time: 'p',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue