1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Define the language array, both directions

This commit is contained in:
Hannes Magnusson
2014-03-28 00:23:30 -07:00
parent 52253e9113
commit 71620bd09e

View File

@@ -2,7 +2,7 @@
/**
* This file has been extracted from http://opengeocode.org/download/countrynames.txt
*/
return array(
$COUNTRY_ALPHA_3_TO_2 = array(
"AFG" => "AF",
"ALA" => "AX",
"ALB" => "AL",
@@ -251,4 +251,5 @@ return array(
"YEM" => "YE",
"ZMB" => "ZM",
"ZWE" => "ZW",
);
);
$COUNTRY_ALPHA_2_TO_3 = array_flip($COUNTRY_ALPHA_3_TO_2);