Skip to content

Commit

Permalink
Add spanish translation
Browse files Browse the repository at this point in the history
  • Loading branch information
djl997 committed Jan 31, 2024
1 parent 2d49a15 commit 922e745
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lang/es/format.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

return [
'day' => 'l',
'date' => 'j \d\e F \d\e Y',
'datetime' => 'j \d\e F \d\e Y H:i',
'time' => 'H:i',
'month' => 'F',
'year' => 'Y',
];

0 comments on commit 922e745

Please sign in to comment.