aboutsummaryrefslogtreecommitdiff
path: root/tor-metrics/countries.py
diff options
context:
space:
mode:
Diffstat (limited to 'tor-metrics/countries.py')
-rw-r--r--tor-metrics/countries.py22
1 files changed, 22 insertions, 0 deletions
diff --git a/tor-metrics/countries.py b/tor-metrics/countries.py
new file mode 100644
index 0000000..373dacd
--- /dev/null
+++ b/tor-metrics/countries.py
@@ -0,0 +1,22 @@
+# list of countries that require "The" prefix
+
+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'
+]