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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user