Skip to content

Commit

Permalink
Fix lojarank rank title
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Nov 9, 2024
1 parent 03eb09c commit 775c95e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ class ProfileCommand(val loritta: LorittaBot) : SlashCommandDeclarationWrapper {
RankingGenerator.generateRanking(
loritta,
page * 5,
"ayaya",
context.i18nContext.get(I18nKeysData.Commands.Command.Profileshoprank.RankTitle),
null,
users
) {
Expand Down
1 change: 1 addition & 0 deletions resources/languages/pt/commands/profileshoprank.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
label: "lojarank"
description: "Veja quais usuários mais compraram itens na loja diária da Loritta!"

rankTitle: "Top Compradores de Bugigangas"
boughtThings: "{quantity,plural, =0 {# bugigangas} one {# bugiganga} other {# bugigangas}} compradas"

0 comments on commit 775c95e

Please sign in to comment.