Finnish language support

pull/154/head
J-Rios 2022-04-12 20:29:18 +02:00
rodzic 50a3523ea5
commit 5279f39136
3 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -221,3 +221,5 @@ To add support for a new language you must follow this steps:
- Slovak: [@dumontiskooo](https://t.me/dumontiskooo)
- Ukrainian: Vadym Zhushman (@zhushman00), [Roman (@toxi22)](https://github.com/toxi22)
- Finnish: [Aminda Suomalainen (@Mikaela)](https://github.com/Mikaela)

Wyświetl plik

@ -261,6 +261,7 @@ CONST = {
"\nDutch / Nederlands\n/language nl\n" \
"\nEnglish / English\n/language en\n" \
"\nEsperanto\n/language eo\n" \
"\nFinnish / Suomi\n/language fi\n" \
"\nFrench / Francais\n/language fr\n" \
"\nGalician / Galego\n/language gl\n" \
"\nGerman / Deutsch\n/language de\n" \
@ -304,6 +305,7 @@ TEXT = {
"ES": {}, # Spanish
"EU": {}, # Basque
"FA": {}, # Persian
"FI": {}, # Finnish
"FR": {}, # French
"GL": {}, # Galician
"HE": {}, # Hebrew

Wyświetl plik

@ -16,6 +16,7 @@ wget https://raw.githubusercontent.com/J-Rios/TLG_JoinCaptchaBot/master/sources/
wget https://raw.githubusercontent.com/J-Rios/TLG_JoinCaptchaBot/master/sources/language/es.json
wget https://raw.githubusercontent.com/J-Rios/TLG_JoinCaptchaBot/master/sources/language/eu.json
wget https://raw.githubusercontent.com/J-Rios/TLG_JoinCaptchaBot/master/sources/language/fa.json
wget https://raw.githubusercontent.com/J-Rios/TLG_JoinCaptchaBot/master/sources/language/fi.json
wget https://raw.githubusercontent.com/J-Rios/TLG_JoinCaptchaBot/master/sources/language/fr.json
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/he.json