Fix english #7
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ABOCN/TelegramBot#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It was not displaying before, because for some reason when you do if(languageCode === 'pt' || 'pt-br'), it thinks 'pt-br' is not a part of languageCode, returning true to the if, but we don't want that ;)
Tyy so much for that! Squashing and merging rn!