-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9ff7c29
commit 7fcbe9f
Showing
1 changed file
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,19 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
return array ( | ||
'%H:%i:%s' => '%g:%i:%s %a', | ||
'%j %F %Y' => '%F %j, %Y', | ||
'Asunción, Paraguay' => 'Asuncion, Paraguay', | ||
'Bogotá, Colombia' => 'Bogota, Colombia', | ||
'Ciudad Juárez, Mexico' => 'Ciudad Juarez, Mexico', | ||
'Colonia Juárez, Mexico' => 'Colonia Juarez, Mexico', | ||
'Córdoba, Argentina' => 'Cordoba, Argentina', | ||
'Curaçao' => 'Curacao', | ||
'Côte d’Ivoire' => 'Cote d’Ivoire', | ||
'Réunion' => 'Reunion', | ||
'Saint Barthélemy' => 'Saint Barthelemy', | ||
'San José, Costa Rica' => 'San Jose, Costa Rica', | ||
'São Paulo, Brazil' => 'Sao Paulo, Brazil', | ||
'Tuxtla Gutiérrez, Mexico' => 'Tuxtla Gutierrez, Mexico', | ||
'Åland Islands' => 'Aland Islands', | ||
); |