Skip to content

Commit

Permalink
fix date format by removing the extra slash
Browse files Browse the repository at this point in the history
  • Loading branch information
AyaAzzam authored and mbostock committed Apr 16, 2018
1 parent c47e715 commit 584d909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locale/ar-EG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dateTime": "%x, %X",
"date": "%-d/%-m//%Y",
"date": "%-d/%-m/%Y",
"time": "%-I:%M:%S %p",
"periods": ["ص", "م"],
"days": ["الأحد", "الإثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة", "السبت"],
Expand Down

0 comments on commit 584d909

Please sign in to comment.