aboutsummaryrefslogtreecommitdiff
path: root/tor-metrics/countries.py
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2019-06-12 20:36:47 -0700
committerJordan <me@jordan.im>2019-06-12 20:36:47 -0700
commite77a60ca1863bf6de96ce8f26ea573e888f26e60 (patch)
treea5799beea789c880cb906cba0ca5e2e80d33a05f /tor-metrics/countries.py
downloadallium-e77a60ca1863bf6de96ce8f26ea573e888f26e60.tar.gz
allium-e77a60ca1863bf6de96ce8f26ea573e888f26e60.zip
initial commit
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'
+]