mirror of
https://github.com/tiennm99/hugo-blox-builder.git
synced 2026-09-03 08:18:52 +00:00
fix(scripts): path
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user