aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.py b/conf.py
index 9649ba3..5122b28 100644
--- a/conf.py
+++ b/conf.py
@@ -58,6 +58,9 @@ language = os.environ['LOCALE']
# Set by make.
languages = os.environ['LANGUAGES'].split(' ')
+# Directory that contains the translated messages
+locale_dirs = ['_locales']
+
# Managed by make and gettext.
gettext_auto_build = False