From 998dd0af1e0c6b5fbba195f521ec4495bb5ff949 Mon Sep 17 00:00:00 2001 From: Infernum11 <81740112+Infernum1@users.noreply.github.com> Date: Fri, 12 Jul 2024 04:12:32 +0530 Subject: [PATCH] Fix total wealth leaderboard emoji + enderman finisher translations (#308) --- bot/cogs/commands/econ.py | 2 +- bot/data/text/en.json | 2 +- bot/data/text/es.json | 2 +- bot/data/text/fr.json | 2 +- bot/data/text/pt.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bot/cogs/commands/econ.py b/bot/cogs/commands/econ.py index 93265796..4a5b8db5 100644 --- a/bot/cogs/commands/econ.py +++ b/bot/cogs/commands/econ.py @@ -2183,7 +2183,7 @@ async def leaderboard_total_wealth(self, ctx: Ctx): ctx, global_lb=global_lb, local_lb=local_lb, - row_fmt=f"\n`{{}}.` **{{}}** {self.d.emojis.emerald_block} {{}}", + row_fmt=f"\n`{{}}.` **{{}}** {self.d.emojis.emerald} {{}}", title=ctx.l.econ.lb.lb_tw.format(f" {self.d.emojis.emerald_block} "), ) diff --git a/bot/data/text/en.json b/bot/data/text/en.json index b22d8a41..ed355dd8 100644 --- a/bot/data/text/en.json +++ b/bot/data/text/en.json @@ -1453,7 +1453,7 @@ "finishers": [ "The **enderman** teleports you off a cliff", "The **enderman** teleports you into the void", - "The **enderman** teleports behind you and" + "The **enderman** teleports behind you and decapitates you" ], "misses": [ "You swing your **{0}** as hard as you can but the **enderman** teleports out of the way.", diff --git a/bot/data/text/es.json b/bot/data/text/es.json index a115fc07..d98ed685 100644 --- a/bot/data/text/es.json +++ b/bot/data/text/es.json @@ -1453,7 +1453,7 @@ "finishers": [ "El **enderman** te teletransporta y te tira de una colina.", "El **enderman** te teletransporta en el vacío.", - "El **enderman** se teletransporta detrás tuyo y" + "El **enderman** se teletransporta detrás de tí y te decapita" ], "misses": [ "Blandes tu **{0}** tan fuerte como puedes pero el **enderman** se teletransporta esquivándote.", diff --git a/bot/data/text/fr.json b/bot/data/text/fr.json index d5116a59..0186a684 100644 --- a/bot/data/text/fr.json +++ b/bot/data/text/fr.json @@ -1453,7 +1453,7 @@ "finishers": [ "L' **enderman** te fait tomber d'une falaise", "L' **enderman** te téléporte dans le vide", - "L' **enderman** se téléporte derrière toi et" + "L' **enderman** se téléporte derrière vous et vous décapite" ], "misses": [ "Tu attaques avec ton **{0}** aussi fort que tu peux mais l' **enderman** se téléporte pour esquiver.", diff --git a/bot/data/text/pt.json b/bot/data/text/pt.json index 2b430f49..61ae25c2 100644 --- a/bot/data/text/pt.json +++ b/bot/data/text/pt.json @@ -1453,7 +1453,7 @@ "finishers": [ "O **enderman** teletransporta você de um penhasco", "O **enderman** teletransporta você para o void", - "O **enderman** se teletransporta atrás de você e" + "O **enderman** se teletransporta atrás de você e te decapita" ], "misses": [ "Você balança sua **{0}** o mais forte que pode, mas o **enderman** se teletransporta para fora do caminho.",