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.
possile_config_filenames
1 parent 4d7b2af commit bbb8547Copy full SHA for bbb8547
1 file changed
translate-messages/src/translate_messages/lib/settings.py
@@ -50,8 +50,8 @@ def load(cli, caller_file):
50
f"../../{ '' if 'src' in path.dirname(caller_file) else '../../' }")
51
possile_config_filenames = [
52
f'.{cli.short_name}.config.json', f'{cli.short_name}.config.json',
53
- f'.{cli.short_name}.config.jsonc', f'{cli.short_name}.config.json',
54
- f'.{cli.short_name}.config.json5', f'{cli.short_name}.config.json',
+ f'.{cli.short_name}.config.jsonc', f'{cli.short_name}.config.jsonc',
+ f'.{cli.short_name}.config.json5', f'{cli.short_name}.config.json5',
55
f'.{cli.name}.config.json', f'{cli.name}.config.json',
56
f'.{cli.name}.config.jsonc', f'{cli.name}.config.jsonc',
57
f'.{cli.name}.config.json5', f'{cli.name}.config.json5',
0 commit comments