Skip to content

Commit

Permalink
Translate countries to English Language
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Atempa committed Oct 16, 2018
1 parent a328315 commit 37588cf
Showing 1 changed file with 50 additions and 1 deletion.
51 changes: 50 additions & 1 deletion resources/lang/en/countries.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,54 @@
|
*/

'country' => 'country'
'Argentina' => 'Argentina',
'Australia' => 'Australia',
'Austria' => 'Austria',
'Belarus' => 'Belarus',
'Brazil' => 'Brazil',
'Bosnia and Herzegovina' => 'Bosnia and Herzegovina',
'Bulgaria' => 'Bulgaria',
'Chile' => 'Chile',
'Colombia' => 'Colombia',
'Croatia' => 'Croatia',
'Cyprus' => 'Cyprus',
'Czech Republic' => 'Czech Republic',
'Denmark' => 'Denmark',
'Ecuador' => 'Ecuador',
'England' => 'England',
'Europe' => 'Europe',
'France' => 'France',
'Georgia' => 'Georgia',
'Germany' => 'Germany',
'Ghana' => 'Ghana',
'Greece' => 'Greece',
'Iran' => 'Iran',
'Iraq' => 'Iraq',
'Italy' => 'Italy',
'Ivory Coast' => 'Ivory Coast',
'Japan' => 'Japan',
'Kosovo' => 'Kosovo',
'Mali' => 'Mali',
'Mexico' => 'Mexico',
'Netherlands' => 'Netherlands',
'New Caledonia' => 'New Caledonia',
'Northern Ireland' => 'Northern Ireland',
'Peru' => 'Peru',
'Portugal' => 'Portugal',
'Poland' => 'Poland',
'Republic of Ireland' => 'Republic of Ireland',
'Romania' => 'Romania',
'Russia' => 'Russia',
'Senegal' => 'Senegal',
'Serbia' => 'Serbia',
'Slovakia' => 'Slovakia',
'Spain' => 'Spain',
'South Africa' => 'South Africa',
'Sweden' => 'Sweden',
'Switzerland' => 'Switzerland',
'Turkey' => 'Turkey',
'Ukraine' => 'Ukraine',
'Uruguay' => 'Uruguay',
'Venezuela' => 'Venezuela',
'Wales' => 'Wales',
];

0 comments on commit 37588cf

Please sign in to comment.