12345678910111213141516171819202122 |
- <?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',
- );
|