We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--target-langs
1 parent c1f0231 commit 01d14a9Copy full SHA for 01d14a9
1 file changed
translate-messages/src/translate_messages/lib/settings.py
@@ -10,7 +10,7 @@
10
),
11
target_langs=sn(
12
args=['-t', '--target-langs', '--target-lang', '--include-langs', '--include-lang'],
13
- type=str, parser='csv', help='languages to translate to (e.g. "en,es,fr") (default: all supported locales)'
+ type=str, parser='csv', help='Languages to translate to (e.g. "en,es,fr") (default: all supported locales)'
14
15
keys=sn(
16
args=['-k', '--keys', '--key', '--include-keys', '--include-key', '--translate-keys', '--translate-key'],
0 commit comments