mirror of
https://github.com/samsonjs/strftime.git
synced 2026-03-25 09:05:48 +00:00
Fix typo in Portuguese locale
This commit is contained in:
parent
b0659a5f78
commit
0d0f90f7eb
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@
|
|||
pm: 'pm',
|
||||
formats: {
|
||||
c: '%a %d %b %Y %X %Z',
|
||||
D: '%d-$m-%Y',
|
||||
D: '%d-%m-%Y',
|
||||
F: '%Y-%m-%d',
|
||||
R: '%H:%M',
|
||||
r: '%I:%M:%S %p',
|
||||
|
|
|
|||
Loading…
Reference in a new issue