corrected i18n path
This commit is contained in:
parent
0473c590a4
commit
9a46b52904
@ -19,7 +19,7 @@ class Language:
|
||||
self.languages = list()
|
||||
|
||||
# Directory where translations live
|
||||
i18n_dir = Path('./i18n').absolute()
|
||||
i18n_dir = Path('i18n').absolute()
|
||||
|
||||
# Looks for translations
|
||||
for filename in i18n_dir.glob("*.json"):
|
||||
|
Loading…
x
Reference in New Issue
Block a user