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 a763bd7 commit 9dd8896Copy full SHA for 9dd8896
workflow.py
@@ -18,3 +18,8 @@ def get_contrib_link(language: str) -> str | Literal[False]:
18
language in pulling_from_transifex
19
and 'https://explore.transifex.com/python-doc/python-newest/'
20
)
21
+
22
23
+if __name__ == '__main__':
24
+ for code in ('en', 'pl', 'ar', 'zh-cn', 'id'):
25
+ print(f'{code}: {get_contrib_link(code)}')
0 commit comments