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 1a837ed commit a8d449dCopy full SHA for a8d449d
1 file changed
remove-json-keys/src/remove_json_keys/cli/lib/language.py
@@ -62,7 +62,7 @@ def get_msgs(cli: sn, lang_code: str = 'en') -> sn:
62
return get_msgs.cached # don't re-fetch same msgs
63
64
msgs = data.json.flatten(data.json.read( # local ones
65
- Path(__file__).parent.parent / 'data/_locales/en/messages.json'))
+ Path(__file__).parent.parent.parent / 'data/_locales/en/messages.json'))
66
67
if not lang_code.startswith('en'): # fetch non-English msgs from jsDelivr
68
import non_latin_locales
0 commit comments