Fix english #7

Merged
mthlma merged 2 commits from main into main 2024-07-29 23:08:30 +00:00
mthlma commented 2024-07-29 19:38:24 +00:00 (Migrated from github.com)

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 ;)

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 ;)
lucmsilva651 commented 2024-07-29 23:08:25 +00:00 (Migrated from github.com)

Tyy so much for that! Squashing and merging rn!

Tyy so much for that! Squashing and merging rn!
Sign in to join this conversation.
No description provided.