hikariatama / Hikka

The most fresh and updateable developer-oriented Telegram userbot
https://hikka.pw
GNU Affero General Public License v3.0
315 stars 506 forks source link

All the language buttons in quickstart are "English", and fix for it #103

Closed penggrin12 closed 1 year ago

penggrin12 commented 1 year ago

Probably an easy fix would be to change line 59 to "text": translations.SUPPORTED_LANGUAGES.get(lang, lang),

For more info scroll down starting here

(looks like its already fixed on unstable)

To Reproduce Steps to reproduce the behavior:

  1. Install userbot as intended
  2. The inline bot will message you

Expected behavior All the buttons should have their own languages

Userbot installation info:

penggrin12 commented 1 year ago

wth