summaryrefslogtreecommitdiff
blob: dbfd6f4629e146725b7e635dad849832b156c79d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php

$languageNames = [
	'nds-nl' => 'West Low German',
];

$currencyNames = [
	'SHP' => 'St Helena Pound',
];

$countryNames = [
	'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',
	'US' => 'US',
	'VC' => 'St Vincent & Grenadines',
	'VI' => 'US Virgin Islands',
];