mirror of
https://github.com/samsonjs/strftime.git
synced 2026-04-27 14:57:37 +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',
|
pm: 'pm',
|
||||||
formats: {
|
formats: {
|
||||||
c: '%a %d %b %Y %X %Z',
|
c: '%a %d %b %Y %X %Z',
|
||||||
D: '%d-$m-%Y',
|
D: '%d-%m-%Y',
|
||||||
F: '%Y-%m-%d',
|
F: '%Y-%m-%d',
|
||||||
R: '%H:%M',
|
R: '%H:%M',
|
||||||
r: '%I:%M:%S %p',
|
r: '%I:%M:%S %p',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue