mirror of
https://github.com/samsonjs/strftime.git
synced 2026-03-25 09:05:48 +00:00
Merge pull request #3 from iFixit/fix-typo-in-portuguese-locale
Fix typo in Portuguese locale
This commit is contained in:
commit
fc16548517
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