aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/mg_globals.py
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/mg_globals.py')
-rw-r--r--mediagoblin/mg_globals.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/mediagoblin/mg_globals.py b/mediagoblin/mg_globals.py
index 356a944d..646fbdbd 100644
--- a/mediagoblin/mg_globals.py
+++ b/mediagoblin/mg_globals.py
@@ -45,6 +45,8 @@ workbench_manager = None
# A thread-local scope
thread_scope = threading.local()
+# a list of translated locales
+available_locales = None
# gettext (this will be populated on demand with gettext.Translations)
thread_scope.translations = None