Skip to content

Commit

Permalink
Fix folder path
Browse files Browse the repository at this point in the history
  • Loading branch information
ebellocchia committed Dec 10, 2021
1 parent f65670d commit b083a48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# Constants for translation loader class
class TranslationLoaderConst:
# Default language folder
DEF_LANG_FOLDER: str = "lang"
DEF_LANG_FOLDER: str = "../lang"
# Default file name
DEF_FILE_NAME: str = "lang_en.xml"
# XML tag for sentences
Expand Down

0 comments on commit b083a48

Please sign in to comment.