Skip to content

Commit f1f8527

Browse files
Update Contributing links (#123)
1 parent 2f9062b commit f1f8527

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

contribute.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
pulling_from_transifex = ('zh-cn', 'pt-br', 'ja', 'uk', 'pl')
1+
pulling_from_transifex = ('zh-cn', 'pt-br', 'ja', 'uk', 'pl', 'ru', 'fa', 'id')
22

33
custom_contributing_links = {
44
'es': 'https://python-docs-es.readthedocs.io/page/CONTRIBUTING.html',
55
'ko': 'https://www.flowdas.com/pages/python-docs-ko.html',
66
'zh-tw': 'https://github.com/python/python-docs-zh-tw/blob/3.13/README.rst#%E5%8F%83%E8%88%87%E7%BF%BB%E8%AD%AF',
77
'fr': 'https://git.afpy.org/AFPy/python-docs-fr/src/branch/3.13/CONTRIBUTING.rst',
8-
'id': 'https://github.com/python/python-docs-id/blob/master/README.md#berkontribusi-untuk-menerjemahkan',
8+
'id': 'https://github.com/python/python-docs-id/blob/3.14/README.md#berkontribusi-untuk-menerjemahkan',
99
'tr': 'https://github.com/python/python-docs-tr/blob/3.12/README.md#%C3%A7eviriye-katk%C4%B1da-bulunmak',
10-
'gr': 'https://github.com/pygreece/python-docs-gr/blob/3.12/CONTRIBUTING.md',
10+
'el': 'https://github.com/python/python-docs-el/blob/3.14/CONTRIBUTING.md',
11+
'pt-br': 'https://python.org.br/traducao/',
1112
}
1213

1314

0 commit comments

Comments
 (0)