23 lines
		
	
	
		
			589 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			589 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| /**
 | |
|  * This file has been @generated by a phing task from CLDR version 42.0.0.
 | |
|  * See [README.md](README.md#generating-data) for more information.
 | |
|  *
 | |
|  * @internal Please do not require this file directly.
 | |
|  * It may change location/format between versions
 | |
|  *
 | |
|  * Do not modify this file directly!
 | |
|  */
 | |
| 
 | |
| return array (
 | |
|   'BL' => 'St Barthélemy',
 | |
|   'KN' => 'St Kitts & Nevis',
 | |
|   'LC' => 'St Lucia',
 | |
|   'MF' => 'St Martin',
 | |
|   'PM' => 'St Pierre & Miquelon',
 | |
|   'SH' => 'St Helena',
 | |
|   'UM' => 'US Outlying Islands',
 | |
|   'VC' => 'St Vincent & the Grenadines',
 | |
|   'VI' => 'US Virgin Islands',
 | |
| );
 | 
