Skip to content

Commit

Permalink
🐛 correct JSON commas
Browse files Browse the repository at this point in the history
  • Loading branch information
GirkovArpa committed Mar 30, 2021
1 parent 16882f0 commit 017c8da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion locale/italian.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"French": "Francese",
"Dutch": "Holandese",
"Italian": "Italiano",
"Portuguese": "Portoghese"
"Portuguese": "Portoghese",
"CURRENT-DATE-FORMAT": "WEEKDAY, MONTH DAY",
"DATES": {
"months": {
Expand Down
2 changes: 1 addition & 1 deletion locale/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"French",
"Dutch",
"Italian",
"Portuguese",
"Portuguese"
]
2 changes: 1 addition & 1 deletion locale/spanish.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"French": "Francés",
"Dutch": "Holandés",
"Italian": "Italiano",
"Portuguese": "Portugués"
"Portuguese": "Portugués",
"CURRENT-DATE-FORMAT": "WEEKDAY, MONTH DAY",
"DATES": {
"months": {
Expand Down

0 comments on commit 017c8da

Please sign in to comment.