From 211c6681803523958f58ad2bf7fbc68d7cc3a8f6 Mon Sep 17 00:00:00 2001 From: Andrew Ponomarev Date: Wed, 25 Jan 2023 12:32:45 +0300 Subject: [PATCH] L8N config. --- docs/conf.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index efe0312..3fc0ffd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -176,3 +176,11 @@ texinfo_documents = [ author, 'OrGAN', 'One line description of project.', 'Miscellaneous'), ] + + +# -- Options for l8n + +locale_dirs = ["locales"] +# Recommended by Read the Docs +# gettext_uuid = True +# gettext_compact = False -- GitLab