Skip to content

Commit 715e9f4

Browse files
authored
testing GitHub Actions (#1)
* testing GitHub Actions * testing GitHub Actions
1 parent 3e12885 commit 715e9f4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/translations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
def get_translation():
1111
lang = os.getenv("PROJECT_LANG", "en_US")
12+
logging.info(f"Using language: {lang}")
1213
try:
1314
translations = translation("messages", localedir=localedir, languages=[lang])
1415
except FileNotFoundError:

0 commit comments

Comments
 (0)