Skip to content

Commit 074095d

Browse files
committed
Changed --init help msg to include config file ext
1 parent 235219d commit 074095d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

translate-messages/translate-en-messages.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''
22
Name: translate-en-messages.py
3-
Version: 2026.2.10.11
3+
Version: 2026.2.10.12
44
Author: Adam Lui
55
Description: Translate en/messages.json to other locales
66
Homepage: https://github.com/adamlui/python-utils
@@ -42,7 +42,7 @@
4242
parser.add_argument('--include-langs', type=str, help='Comma-separated list of languages to include (e.g. "en,es,fr")')
4343
parser.add_argument('--exclude-langs', type=str, help='Comma-separated list of languages to exclude (e.g. "en,es")')
4444
parser.add_argument('--ignore-keys', type=str, help='Comma-separated list of keys to ignore (e.g. "appName,author")')
45-
parser.add_argument('--init', action='store_true', help='Create a default config file adjacent to this script')
45+
parser.add_argument('--init', action='store_true', help='Create a .config.json adjacent to this script')
4646
args = parser.parse_args()
4747

4848
if args.init: # create config file

0 commit comments

Comments
 (0)