Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions contribute.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{'zh-cn', 'pt-br', 'ja', 'uk', 'pl', 'ru', 'id'}
)

# by default we link to Transifex or to repository main page, add to override it

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this be a little more detailed about the mechanism, so that it's clear TX overrides the repository.

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',
Expand Down
Loading