This commit is contained in:
spla 2020-11-27 21:08:51 +01:00
pare 8ec306c680
commit ad000a73fe

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)