fix: Translation
Some checks are pending
PUBLISH_IMAGE / Publish 'waka-readme-stats' image (push) Waiting to run
CODESTYLE / Run codestyle check (push) Waiting to run

This commit is contained in:
2024-11-03 12:57:33 -05:00
parent e2848201da
commit 90e9c14d83
2 changed files with 2 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ async def get_stats() -> str:
if EM.SHOW_FOLLOWERS: if EM.SHOW_FOLLOWERS:
DBM.i("Adding profile followers...") DBM.i("Adding profile followers...")
stats = f"**🐱 {FM.t('Awesome People!')}** \n\n" stats += f"**🐱 {FM.t('Awesome People!')}** \n\n"
data = GHM.USER.get_followers() data = GHM.USER.get_followers()
for user in data: for user in data:
username = user.login.replace("-", "--") username = user.login.replace("-", "--")

View File

@@ -73,7 +73,7 @@
"I am an Early": "I'm an Early 🐤", "I am an Early": "I'm an Early 🐤",
"I am a Night": "I'm a Night 🦉", "I am a Night": "I'm a Night 🦉",
"Awesome People!": "Awesome People!", "Awesome People!": "Awesome People!",
"Stats!": "Stats" "Stats": "Stats"
}, },
"bn": { "bn": {
"Monday": "সোমবার", "Monday": "সোমবার",