Skip to content

Commit a8d449d

Browse files
committed
Updated en/messages.json path
1 parent 1a837ed commit a8d449d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • remove-json-keys/src/remove_json_keys/cli/lib

remove-json-keys/src/remove_json_keys/cli/lib/language.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def get_msgs(cli: sn, lang_code: str = 'en') -> sn:
6262
return get_msgs.cached # don't re-fetch same msgs
6363

6464
msgs = data.json.flatten(data.json.read( # local ones
65-
Path(__file__).parent.parent / 'data/_locales/en/messages.json'))
65+
Path(__file__).parent.parent.parent / 'data/_locales/en/messages.json'))
6666

6767
if not lang_code.startswith('en'): # fetch non-English msgs from jsDelivr
6868
import non_latin_locales

0 commit comments

Comments
 (0)