From bb3db9141067ee27cb2ddb3c4e32b74fd2c50e32 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Mon, 2 May 2022 15:23:45 +0200 Subject: refactor: prefix locales dir with underscore to separate it more clearly from the content of the docs --- conf.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf.py') 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 -- cgit v1.2.3