Don't translate in english since it is the main language

This commit is contained in:
Yohann D'ANELLO
2020-12-05 13:07:37 +01:00
parent 4b9399c687
commit 25c42ea9e8
3 changed files with 4 additions and 218 deletions

View File

@ -11,7 +11,7 @@ with open("README.md", "r") as f:
long_description = f.read()
# Compile messages
for language in ["de", "en", "fr"]:
for language in ["de", "fr"]:
args = ["msgfmt", "--check-format",
"-o", f"squirrelbattle/locale/{language}/LC_MESSAGES"
"/squirrelbattle.mo",