Skip to content

Commit

Permalink
Correct indentation of translation loading mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDuckCow committed Aug 24, 2024
1 parent 982d029 commit f0dae22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MCprep_addon/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ def __init__(self):
self.languages_folder,
fallback=True,
languages=[language.name])
self.use_direct_i18n = True
self.log("Loaded direct i18n!")
self.use_direct_i18n = True
self.log("Loaded direct i18n!")

except Exception:
self.languages = {}
Expand Down

0 comments on commit f0dae22

Please sign in to comment.