aboutsummaryrefslogtreecommitdiff
path: root/allium/countries.py
blob: ba6335800bce5bcf0af0b1209a042a6f5e808ff1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
'''
File: countries.py

List of countries which require prefixing with "The"
'''

THE_PREFIXED = [
        'Dominican Republic',
        'Ivory Coast',
        'Marshall Islands',
        'Northern Marianas Islands',
        'Solomon Islands',
        'United Arab Emirates',
        'United Kingdom',
        'United States',
        'United States of America',
        'Vatican City',
        'Czech Republic',
        'Bahamas',
        'Gambia',
        'Netherlands',
        'Philippines',
        'Seychelles',
        'Sudan',
        'Ukraine'
]