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.
cli.short_name
cli.config_filename
1 parent 8f55ef6 commit 71e5e0bCopy full SHA for 71e5e0b
1 file changed
translate-messages/src/translate_messages/lib/init.py
@@ -14,7 +14,7 @@ def config_file(cli):
14
log.warn(f'Config already exists at {cli.config_filepath}. Skipping --init.')
15
log.tip('Pass --force to overwrite.')
16
return
17
- cli.config_filename = '.translate-msgs.config.jsonc'
+ cli.config_filename = f'.{cli.short_name}.config.jsonc'
18
cli.config_filepath = os.path.join(cli.project_root, cli.config_filename)
19
try:
20
jsd_url = f'{cli.urls.jsdelivr}/{cli.name}/{cli.config_filename}'
0 commit comments