Skip to content

Commit ceedf02

Browse files
committed
Added --help to header comments ↞ [auto-sync from https://github.com/adamlui/python-utils/tree/main/translate-messages]
1 parent 76ba3f6 commit ceedf02

7 files changed

Lines changed: 14 additions & 7 deletions

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''
22
Name: translate-en-messages.py
3-
Version: 2026.2.10.5
3+
Version: 2026.2.10.6
44
Author: Adam Lui
55
Description: Translate en/messages.json to other locales
66
Homepage: https://github.com/adamlui/python-utils
@@ -10,6 +10,7 @@
1010
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")
13+
--help Print help screen
1314
'''
1415

1516
import argparse

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''
22
Name: translate-en-messages.py
3-
Version: 2026.2.10.5
3+
Version: 2026.2.10.6
44
Author: Adam Lui
55
Description: Translate en/messages.json to other locales
66
Homepage: https://github.com/adamlui/python-utils
@@ -10,6 +10,7 @@
1010
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")
13+
--help Print help screen
1314
'''
1415

1516
import argparse

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''
22
Name: translate-en-messages.py
3-
Version: 2026.2.10.5
3+
Version: 2026.2.10.6
44
Author: Adam Lui
55
Description: Translate en/messages.json to other locales
66
Homepage: https://github.com/adamlui/python-utils
@@ -10,6 +10,7 @@
1010
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")
13+
--help Print help screen
1314
'''
1415

1516
import argparse

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''
22
Name: translate-en-messages.py
3-
Version: 2026.2.10.5
3+
Version: 2026.2.10.6
44
Author: Adam Lui
55
Description: Translate en/messages.json to other locales
66
Homepage: https://github.com/adamlui/python-utils
@@ -10,6 +10,7 @@
1010
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")
13+
--help Print help screen
1314
'''
1415

1516
import argparse

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''
22
Name: translate-en-messages.py
3-
Version: 2026.2.10.5
3+
Version: 2026.2.10.6
44
Author: Adam Lui
55
Description: Translate en/messages.json to other locales
66
Homepage: https://github.com/adamlui/python-utils
@@ -10,6 +10,7 @@
1010
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")
13+
--help Print help screen
1314
'''
1415

1516
import argparse

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''
22
Name: translate-en-messages.py
3-
Version: 2026.2.10.5
3+
Version: 2026.2.10.6
44
Author: Adam Lui
55
Description: Translate en/messages.json to other locales
66
Homepage: https://github.com/adamlui/python-utils
@@ -10,6 +10,7 @@
1010
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")
13+
--help Print help screen
1314
'''
1415

1516
import argparse

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''
22
Name: translate-en-messages.py
3-
Version: 2026.2.10.5
3+
Version: 2026.2.10.6
44
Author: Adam Lui
55
Description: Translate en/messages.json to other locales
66
Homepage: https://github.com/adamlui/python-utils
@@ -10,6 +10,7 @@
1010
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")
13+
--help Print help screen
1314
'''
1415

1516
import argparse

0 commit comments

Comments
 (0)