1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00
appwrite/app/config/locale/eu.php
hack3r-0m 4c8c019316
Update eu.php
since time() cannot be less than 2020-01-31, 'GB' is not required
2020-10-25 08:01:41 -07:00

34 lines
610 B
PHP

<?php
$list = [
'AT', // Austria
'BE', // Belgium
'HR', // Croatia
'BG', // Bulgaria
'CY', // Cyprus
'CZ', // Czech Republic
'DK', // Denmark
'EE', // Estonia
'FI', // Finland
'FR', // France
'DE', // Germany
'GR', // Greece
'HU', // Hungary
'IE', // Ireland
'IT', // Italy
'LV', // Latvia
'LT', // Lithuania
'LU', // Luxembourg
'MT', // Malta
'NL', // Netherlands
'PL', // Poland
'PT', // Portugal
'RO', // Romania
'SK', // Slovakia
'SI', // Slovenia
'ES', // Spain
'SE', // Sweden
];
return $list;