Skip to content

Commit 6459ab4

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 a322a62 commit 6459ab4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chromium/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)