Skip to content

Commit 76ba3f6

Browse files
committed
Renamed header Options to CLI arguments to make clear un-editable ↞ [auto-sync from https://github.com/adamlui/python-utils/tree/main/translate-messages]
1 parent 1357a20 commit 76ba3f6

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

chatgpt/amazongpt/utils/translate-en-messages.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
'''
22
Name: translate-en-messages.py
3-
Version: 2026.2.10.4
3+
Version: 2026.2.10.5
44
Author: Adam Lui
55
Description: Translate en/messages.json to other locales
66
Homepage: https://github.com/adamlui/python-utils
77
Support: https://github.com/adamlui/python-utils/issues
88
Sponsor: https://github.com/sponsors/adamlui
99
10-
Options:
10+
CLI arguments:
1111
--include-langs=locales Comma-separated list of languages to include (e.g. "en,es,fr")
1212
--exclude-langs=locales Comma-separated list of languages to exclude (e.g. "en,es")
1313
'''

chatgpt/autoclear-chatgpt-history/utils/translate-en-messages.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
'''
22
Name: translate-en-messages.py
3-
Version: 2026.2.10.4
3+
Version: 2026.2.10.5
44
Author: Adam Lui
55
Description: Translate en/messages.json to other locales
66
Homepage: https://github.com/adamlui/python-utils
77
Support: https://github.com/adamlui/python-utils/issues
88
Sponsor: https://github.com/sponsors/adamlui
99
10-
Options:
10+
CLI arguments:
1111
--include-langs=locales Comma-separated list of languages to include (e.g. "en,es,fr")
1212
--exclude-langs=locales Comma-separated list of languages to exclude (e.g. "en,es")
1313
'''

chatgpt/bravegpt/utils/translate-en-messages.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
'''
22
Name: translate-en-messages.py
3-
Version: 2026.2.10.4
3+
Version: 2026.2.10.5
44
Author: Adam Lui
55
Description: Translate en/messages.json to other locales
66
Homepage: https://github.com/adamlui/python-utils
77
Support: https://github.com/adamlui/python-utils/issues
88
Sponsor: https://github.com/sponsors/adamlui
99
10-
Options:
10+
CLI arguments:
1111
--include-langs=locales Comma-separated list of languages to include (e.g. "en,es,fr")
1212
--exclude-langs=locales Comma-separated list of languages to exclude (e.g. "en,es")
1313
'''

chatgpt/chatgpt-auto-refresh/utils/translate-en-messages.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
'''
22
Name: translate-en-messages.py
3-
Version: 2026.2.10.4
3+
Version: 2026.2.10.5
44
Author: Adam Lui
55
Description: Translate en/messages.json to other locales
66
Homepage: https://github.com/adamlui/python-utils
77
Support: https://github.com/adamlui/python-utils/issues
88
Sponsor: https://github.com/sponsors/adamlui
99
10-
Options:
10+
CLI arguments:
1111
--include-langs=locales Comma-separated list of languages to include (e.g. "en,es,fr")
1212
--exclude-langs=locales Comma-separated list of languages to exclude (e.g. "en,es")
1313
'''

chatgpt/chatgpt-auto-talk/utils/translate-en-messages.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
'''
22
Name: translate-en-messages.py
3-
Version: 2026.2.10.4
3+
Version: 2026.2.10.5
44
Author: Adam Lui
55
Description: Translate en/messages.json to other locales
66
Homepage: https://github.com/adamlui/python-utils
77
Support: https://github.com/adamlui/python-utils/issues
88
Sponsor: https://github.com/sponsors/adamlui
99
10-
Options:
10+
CLI arguments:
1111
--include-langs=locales Comma-separated list of languages to include (e.g. "en,es,fr")
1212
--exclude-langs=locales Comma-separated list of languages to exclude (e.g. "en,es")
1313
'''

chatgpt/duckduckgpt/utils/translate-en-messages.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
'''
22
Name: translate-en-messages.py
3-
Version: 2026.2.10.4
3+
Version: 2026.2.10.5
44
Author: Adam Lui
55
Description: Translate en/messages.json to other locales
66
Homepage: https://github.com/adamlui/python-utils
77
Support: https://github.com/adamlui/python-utils/issues
88
Sponsor: https://github.com/sponsors/adamlui
99
10-
Options:
10+
CLI arguments:
1111
--include-langs=locales Comma-separated list of languages to include (e.g. "en,es,fr")
1212
--exclude-langs=locales Comma-separated list of languages to exclude (e.g. "en,es")
1313
'''

chatgpt/googlegpt/utils/translate-en-messages.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
'''
22
Name: translate-en-messages.py
3-
Version: 2026.2.10.4
3+
Version: 2026.2.10.5
44
Author: Adam Lui
55
Description: Translate en/messages.json to other locales
66
Homepage: https://github.com/adamlui/python-utils
77
Support: https://github.com/adamlui/python-utils/issues
88
Sponsor: https://github.com/sponsors/adamlui
99
10-
Options:
10+
CLI arguments:
1111
--include-langs=locales Comma-separated list of languages to include (e.g. "en,es,fr")
1212
--exclude-langs=locales Comma-separated list of languages to exclude (e.g. "en,es")
1313
'''

0 commit comments

Comments
 (0)