Spaces:
Runtime error
Runtime error
Update i18n/i18n.py
Browse files- i18n/i18n.py +1 -0
i18n/i18n.py
CHANGED
@@ -3,6 +3,7 @@ import locale
|
|
3 |
import os
|
4 |
|
5 |
|
|
|
6 |
def load_language_list(language):
|
7 |
with open(f"./i18n/locale/{language}.json", "r", encoding="utf-8") as f:
|
8 |
language_list = json.load(f)
|
|
|
3 |
import os
|
4 |
|
5 |
|
6 |
+
|
7 |
def load_language_list(language):
|
8 |
with open(f"./i18n/locale/{language}.json", "r", encoding="utf-8") as f:
|
9 |
language_list = json.load(f)
|