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 8650c4c commit d8544b5Copy full SHA for d8544b5
Doc/conf.py
@@ -466,7 +466,7 @@
466
tags.add('translation') # noqa: F821
467
468
rst_epilog += f"""\
469
-.. _TRANSLATION_REPO: https://github.com/python/python-docs-{language_code}
+.. _TRANSLATION_REPO: https://github.com/python/python-docs-{language_code.replace("_", "-").lower()}
470
""" # noqa: F821
471
else:
472
rst_epilog += """\
0 commit comments