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 8e7c71f commit 7c94029Copy full SHA for 7c94029
sample-workflows/transifex-util.py
@@ -1,9 +1,10 @@
1
#!/usr/bin/env python
2
#
3
-# This python file contains utility scripts to manage Python docs translation
4
-# on Transifex.
5
-#
6
-# Inspired by django-docs-translations script by claudep.
+# This python file contains utility functions to manage a Python docs translation
+# with Transifex.
+#
+# This file is maintained at: https://github.com/python-docs-translations/transifex-automations/blob/main/sample-workflows/transifex-util.py
7
+
8
import configparser
9
from argparse import ArgumentParser
10
import os
@@ -111,4 +112,4 @@ def _get_tx_token() -> str:
111
112
PROJECT_SLUG = options.project_slug
113
VERSION = options.version
114
- globals()[options.cmd]()
115
+ globals()[options.cmd]()
0 commit comments