We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b9bc7 commit 2cf7831Copy full SHA for 2cf7831
docs/user_guide/i18n.rst
@@ -59,9 +59,9 @@ documentation translations.
59
}
60
61
def setup(app):
62
- locale_dir = os.path.join(os.path.abspath(os.path.dirname(__file__)), "locale")
+ locale_dir = os.path.join(os.path.abspath(os.path.dirname(__file__)), "locale")
63
64
- app.add_message_catalog(catalog, locale_dir)
+ app.add_message_catalog(catalog, locale_dir)
65
66
#. Extract the strings to localize:
67
0 commit comments