diff options
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/settings.py b/settings.py index 3d0319c6..b3b27323 100644 --- a/settings.py +++ b/settings.py @@ -152,11 +152,10 @@ LOGGING = { 'handlers': ['mail_admins'], 'level': 'ERROR', 'propagate': True, - }, + } }, } - ## Server used for linking to PGP keysearch results PGP_SERVER = 'pgp.mit.edu:11371' @@ -198,9 +197,10 @@ BRANDING_WIKINAME = 'ArchWiki' BRANDING_EMAIL = 'Arch Website Notification <nobody@archlinux.org>' BRANDING_OSEARCH_TAGS = 'linux archlinux package software' -# Country name overrides for display purposes +# Shorten some names just a bit COUNTRIES_OVERRIDE = { - 'MK': 'Macedonia', + 'GB': 'United Kingdom', + 'US': 'United States', } ## Import local settings |