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.
1 parent d44911b commit fcb45c6Copy full SHA for fcb45c6
1 file changed
translate-messages/src/translate_messages/lib/init.py
@@ -14,7 +14,7 @@ def cli(caller_file):
14
config_path = os.path.join(cli.project_root, filename)
15
if os.path.exists(config_path):
16
cli.config = data.sns.from_dict(data.json.read(config_path)) ; break
17
-
+
18
# Parse CLI args
19
argp = argparse.ArgumentParser(description='Translate en/messages.json to other locales')
20
argp.add_argument('--include-langs', type=str, help='Languages to include (e.g. "en,es,fr")')
0 commit comments