Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet committed Dec 26, 2023
1 parent 8c034a9 commit 6bd42da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
try:
from common.config import Config

LANGUAGE = Config.UI.Language
LANGUAGE = Config.UI.LANGUAGE
except ImportError:
# This may happen e.g. when pybabel is processing the templates and loading the tempalate tags
LANGUAGE = ""
Expand Down

0 comments on commit 6bd42da

Please sign in to comment.