Skip to content

Commit 7c94029

Browse files
Improve introductory comment in sample script (#144)
Add link to this repository and improve wording.
1 parent 8e7c71f commit 7c94029

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

sample-workflows/transifex-util.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
#!/usr/bin/env python
22
#
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.
3+
# This python file contains utility functions to manage a Python docs translation
4+
# with Transifex.
5+
#
6+
# This file is maintained at: https://github.com/python-docs-translations/transifex-automations/blob/main/sample-workflows/transifex-util.py
7+
78
import configparser
89
from argparse import ArgumentParser
910
import os
@@ -111,4 +112,4 @@ def _get_tx_token() -> str:
111112
PROJECT_SLUG = options.project_slug
112113
VERSION = options.version
113114

114-
globals()[options.cmd]()
115+
globals()[options.cmd]()

0 commit comments

Comments
 (0)