Skip to content

Commit 1589444

Browse files
committed
1 parent 2b8da96 commit 1589444

File tree

1 file changed

+1
-1
lines changed
  • translate-messages/src/translate_messages/lib

1 file changed

+1
-1
lines changed

translate-messages/src/translate_messages/lib/init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def cli(caller_file):
1414
config_path = os.path.join(cli.project_root, filename)
1515
if os.path.exists(config_path):
1616
cli.config = data.sns.from_dict(data.json.read(config_path)) ; break
17-
17+
1818
# Parse CLI args
1919
argp = argparse.ArgumentParser(description='Translate en/messages.json to other locales')
2020
argp.add_argument('--include-langs', type=str, help='Languages to include (e.g. "en,es,fr")')

0 commit comments

Comments
 (0)