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 a8d449d commit ee3894fCopy full SHA for ee3894f
1 file changed
translate-messages/src/translate_messages/cli/lib/language.py
@@ -93,7 +93,7 @@ def get_msgs(cli: sn, lang_code: str = 'en') -> sn:
93
return get_msgs.cached # don't re-fetch same msgs
94
95
msgs = data.json.flatten(data.json.read( # local ones
96
- Path(__file__).parent.parent / 'data/_locales/en/messages.json'))
+ Path(__file__).parent.parent.parent / 'data/_locales/en/messages.json'))
97
98
if not lang_code.startswith('en'): # fetch non-English msgs from jsDelivr
99
import non_latin_locales
0 commit comments