Skip to content

Commit

Permalink
Fix total wealth leaderboard emoji + enderman finisher translations (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Infernum1 authored Jul 11, 2024
1 parent 8b740b2 commit 998dd0a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bot/cogs/commands/econ.py
Original file line number Diff line number Diff line change
Expand Up @@ -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} "),
)

Expand Down
2 changes: 1 addition & 1 deletion bot/data/text/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion bot/data/text/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion bot/data/text/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion bot/data/text/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 998dd0a

Please sign in to comment.