Added KN language to Docker Makefile and update langs script.

pull/79/head
J-Rios 2020-11-30 19:57:46 +01:00
rodzic fd5205ea5e
commit cef833ec25
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
SHELL = /bin/bash
NAME = captcha-bot
BOT_LANG ?= EN
SUPPORTED_LANGUAGES = AR CA DE EN EO ES EU FR GL ID IT NL PL PT_BR RU TR UK ZH_CN
SUPPORTED_LANGUAGES = AR CA DE EN EO ES EU FR GL ID IT KN NL PL PT_BR RU TR UK ZH_CN
DOCKERFILE = Dockerfile
# Check if Bot token has been provided

Wyświetl plik

@ -12,6 +12,7 @@ wget https://raw.githubusercontent.com/J-Rios/TLG_JoinCaptchaBot/master/sources/
wget https://raw.githubusercontent.com/J-Rios/TLG_JoinCaptchaBot/master/sources/language/gl.json
wget https://raw.githubusercontent.com/J-Rios/TLG_JoinCaptchaBot/master/sources/language/id.json
wget https://raw.githubusercontent.com/J-Rios/TLG_JoinCaptchaBot/master/sources/language/it.json
wget https://raw.githubusercontent.com/J-Rios/TLG_JoinCaptchaBot/master/sources/language/kn.json
wget https://raw.githubusercontent.com/J-Rios/TLG_JoinCaptchaBot/master/sources/language/nl.json
wget https://raw.githubusercontent.com/J-Rios/TLG_JoinCaptchaBot/master/sources/language/pl.json
wget https://raw.githubusercontent.com/J-Rios/TLG_JoinCaptchaBot/master/sources/language/pt_br.json