From 5697215930455c2e8b33c42b28a3f11f07f79dac Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Sat, 9 Aug 2025 18:50:20 +0200 Subject: [PATCH 1/4] Commit --- contribute.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contribute.py b/contribute.py index cc6b6f260..477005b16 100644 --- a/contribute.py +++ b/contribute.py @@ -1,13 +1,13 @@ -pulling_from_transifex = ('zh-cn', 'pt-br', 'ja', 'uk', 'pl') +pulling_from_transifex = ('zh-cn', 'pt-br', 'ja', 'uk', 'pl', 'ru', 'fa', 'id') custom_contributing_links = { 'es': 'https://python-docs-es.readthedocs.io/page/CONTRIBUTING.html', - 'ko': 'https://www.flowdas.com/pages/python-docs-ko.html', + 'ko': 'https://www.flowdas.com/pages/python-docs-ko.html', # TODO: Find the new link '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', 'fr': 'https://git.afpy.org/AFPy/python-docs-fr/src/branch/3.13/CONTRIBUTING.rst', - 'id': 'https://github.com/python/python-docs-id/blob/master/README.md#berkontribusi-untuk-menerjemahkan', + 'id': 'https://github.com/python/python-docs-id/blob/3.14/README.md#berkontribusi-untuk-menerjemahkan', 'tr': 'https://github.com/python/python-docs-tr/blob/3.12/README.md#%C3%A7eviriye-katk%C4%B1da-bulunmak', - 'gr': 'https://github.com/pygreece/python-docs-gr/blob/3.12/CONTRIBUTING.md', + 'gr': 'https://github.com/python/python-docs-el/blob/3.14/CONTRIBUTING.md', } From bf219eb96fc8ba8824099fdd58bebc15114508f0 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Wed, 13 Aug 2025 21:39:45 +0200 Subject: [PATCH 2/4] Add pt_BR link --- contribute.py | 1 + 1 file changed, 1 insertion(+) diff --git a/contribute.py b/contribute.py index 477005b16..b5e1b9243 100644 --- a/contribute.py +++ b/contribute.py @@ -8,6 +8,7 @@ 'id': 'https://github.com/python/python-docs-id/blob/3.14/README.md#berkontribusi-untuk-menerjemahkan', 'tr': 'https://github.com/python/python-docs-tr/blob/3.12/README.md#%C3%A7eviriye-katk%C4%B1da-bulunmak', 'gr': 'https://github.com/python/python-docs-el/blob/3.14/CONTRIBUTING.md', + 'pt-br': 'https://python.org.br/traducao/', } From d6ca361b361100c7d8f5aab6312c6a0c64b757e0 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Mon, 18 Aug 2025 16:59:20 +0200 Subject: [PATCH 3/4] Update contribute.py --- contribute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contribute.py b/contribute.py index b5e1b9243..6a97ecc7d 100644 --- a/contribute.py +++ b/contribute.py @@ -2,7 +2,7 @@ custom_contributing_links = { 'es': 'https://python-docs-es.readthedocs.io/page/CONTRIBUTING.html', - 'ko': 'https://www.flowdas.com/pages/python-docs-ko.html', # TODO: Find the new link + 'ko': 'https://www.flowdas.com/pages/python-docs-ko.html', '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', 'fr': 'https://git.afpy.org/AFPy/python-docs-fr/src/branch/3.13/CONTRIBUTING.rst', 'id': 'https://github.com/python/python-docs-id/blob/3.14/README.md#berkontribusi-untuk-menerjemahkan', From 20006edcbbea9e04d7696fb5497a02b57e92f5d7 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Mon, 18 Aug 2025 17:07:19 +0200 Subject: [PATCH 4/4] Update contribute.py --- contribute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contribute.py b/contribute.py index 6a97ecc7d..8746f0d7e 100644 --- a/contribute.py +++ b/contribute.py @@ -7,7 +7,7 @@ 'fr': 'https://git.afpy.org/AFPy/python-docs-fr/src/branch/3.13/CONTRIBUTING.rst', 'id': 'https://github.com/python/python-docs-id/blob/3.14/README.md#berkontribusi-untuk-menerjemahkan', 'tr': 'https://github.com/python/python-docs-tr/blob/3.12/README.md#%C3%A7eviriye-katk%C4%B1da-bulunmak', - 'gr': 'https://github.com/python/python-docs-el/blob/3.14/CONTRIBUTING.md', + 'el': 'https://github.com/python/python-docs-el/blob/3.14/CONTRIBUTING.md', 'pt-br': 'https://python.org.br/traducao/', }