Browse Source

fix(scripts): path

George Cushen 4 years ago
parent
commit
38b599c504
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/list_language_packs.py

+ 1 - 1
scripts/list_language_packs.py

@@ -9,7 +9,7 @@
 import yaml
 from pathlib import Path
 
-LANG_PATH = Path(__file__).resolve().parent.parent.joinpath('data').joinpath('i18n')
+LANG_PATH = Path(__file__).resolve().parent.parent.joinpath('wowchemy').joinpath('data').joinpath('i18n')
 LANG_YAML = LANG_PATH.joinpath('languages.yaml')