This commit is contained in:
spla 2020-11-27 22:14:46 +01:00
commit 00e8b00835

Veure arxiu

@ -1191,18 +1191,18 @@ if __name__ == '__main__':
bot_lang = 'ca'
if bot_lang == "ca":
if bot_lang == "ca":
language_filepath = "locales/cat.txt"
language_filepath = "locales/cat.txt"
elif bot_lang == "eng":
elif bot_lang == "eng":
language_filepath = "locales/eng.txt"
language_filepath = "locales/eng.txt"
else:
else:
print("\nOnly 'cat' and 'eng' languages are supported.\n")
sys.exit(0)
print("\nOnly 'cat' and 'eng' languages are supported.\n")
sys.exit(0)