Fix self.loc race condition

This commit is contained in:
Stefano Pigozzi
2020-09-09 16:55:46 +02:00
parent 62587f0a19
commit 3bcd409056
2 changed files with 2 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ enabled_languages = ["it", "en", "uk", "ru", "zh_cn", "he"]
# The default language to be set for users whose language cannot be autodetected or whose language is not enabled
default_language = "it"
# The language to fallback to if a string is missing in a specific language
# You should set it to either "it" or "en", other languages may be missing some strings as greed is updated
fallback_language = "en"