aboutsummaryrefslogtreecommitdiff
path: root/allium/countries.py
diff options
context:
space:
mode:
Diffstat (limited to 'allium/countries.py')
-rw-r--r--allium/countries.py26
1 files changed, 26 insertions, 0 deletions
diff --git a/allium/countries.py b/allium/countries.py
new file mode 100644
index 0000000..ba63358
--- /dev/null
+++ b/allium/countries.py
@@ -0,0 +1,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'
+]