aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2022-05-02 15:23:45 +0200
committerNicolas Peugnet <n.peugnet@free.fr>2022-05-02 16:14:20 +0200
commitbb3db9141067ee27cb2ddb3c4e32b74fd2c50e32 (patch)
treef28673d5b6a028ec8a6d84164ee2ab273d7db6e2 /conf.py
parent273e52b04cf6e45c2226bc5b26aba914b426922a (diff)
downloadclub1-docs-bb3db9141067ee27cb2ddb3c4e32b74fd2c50e32.tar.gz
club1-docs-bb3db9141067ee27cb2ddb3c4e32b74fd2c50e32.zip
refactor: prefix locales dir with underscore
to separate it more clearly from the content of the docs
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