diff --git a/contribute.py b/contribute.py index 351a2c441..6d4ee8570 100644 --- a/contribute.py +++ b/contribute.py @@ -2,6 +2,8 @@ {'zh-cn', 'pt-br', 'ja', 'uk', 'pl', 'ru', 'id'} ) +# Custom links take precedence. Otherwise, languages in pulling_from_transifex link to Transifex even if they have +# a repository; remaining languages link to their repository or, if unavailable, the general translation guide. custom_contributing_links: dict[str, str] = { 'es': 'https://python-docs-es.readthedocs.io/page/CONTRIBUTING.html', 'ko': 'https://www.flowdas.com/pages/python-docs-ko.html',