Skip to content

Commit

Permalink
fix: correct locale expected order for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmichaelwallace committed May 22, 2024
1 parent b4643a9 commit ed1ca7c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/config/countries-partial.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@
'tld' => 'no',
'timezone' => 'Europe/Oslo',
],
CountryCode::FRANCE => [
'locale' => 'fr',
'systemLocale' => 'fr_FR.UTF-8',
'language' => 'FRA',
'tld' => 'fr',
'timezone' => 'Europe/Paris',
],
CountryCode::SPAIN => [
'locale' => 'es',
'systemLocale' => 'es_ES.UTF-8',
'language' => 'SPA',
'tld' => 'es',
'timezone' => 'Europe/Madrid',
],
CountryCode::FRANCE => [
'locale' => 'fr',
'systemLocale' => 'fr_FR.UTF-8',
'language' => 'FRA',
'tld' => 'fr',
'timezone' => 'Europe/Paris',
],
];

0 comments on commit ed1ca7c

Please sign in to comment.