1 parent 3e12885 commit 715e9f4Copy full SHA for 715e9f4
1 file changed
src/translations.py
@@ -9,6 +9,7 @@
9
10
def get_translation():
11
lang = os.getenv("PROJECT_LANG", "en_US")
12
+ logging.info(f"Using language: {lang}")
13
try:
14
translations = translation("messages", localedir=localedir, languages=[lang])
15
except FileNotFoundError:
0 commit comments