Some translations were missing in the settings menu

This commit is contained in:
Yohann D'ANELLO
2020-12-05 13:19:04 +01:00
parent 013e81b3c0
commit bc40f8d0e6
4 changed files with 187 additions and 142 deletions

View File

@ -86,6 +86,8 @@ class Translator:
Compile translation messages from source files.
"""
for language in cls.SUPPORTED_LOCALES:
if language == "en":
continue
args = ["msgfmt", "--check-format",
"-o", Path(__file__).parent / "locale" / language
/ "LC_MESSAGES" / "squirrelbattle.mo",