Skip to content

Commit

Permalink
Fix christmas 2024 transaction showing up as halloween 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Dec 19, 2024
1 parent 3c18045 commit ff8d3d8
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 @@ -227,7 +227,7 @@ object Christmas2024ReactionEvent : ReactionEvent() {
i18nContext: I18nContext,
sonhos: Long,
craftedCount: Int
) = i18nContext.get(I18nKeysData.Commands.Command.Transactions.Types.Events.Halloween2024(sonhos, craftedCount))
) = i18nContext.get(I18nKeysData.Commands.Command.Transactions.Types.Events.Christmas2024(sonhos, craftedCount))

override fun createCraftItemButtonMessage(i18nContext: I18nContext) = TextAndEmoji(
i18nContext.get(I18nKeysData.ReactionEvents.Event.Christmas2024.CraftItem),
Expand Down
1 change: 1 addition & 0 deletions resources/languages/pt/commands/transactions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ types:
christmas2022: "Recebeu {quantity,plural, =0 {# sonhos} one {# sonho} other {# sonhos}} após coletar {giftCount} presentes no Evento de Natal da Loritta 2022"
easter2023: "Recebeu {quantity,plural, =0 {# sonhos} one {# sonho} other {# sonhos}} após fazer {basketsCount} cestas de páscoa no Evento de Páscoa da Loritta 2023"
halloween2024: "Recebeu {quantity,plural, =0 {# sonhos} one {# sonho} other {# sonhos}} após fazer {basketsCount} cestas de doces no Evento de Halloween da Loritta 2024"
christmas2024: "Recebeu {quantity,plural, =0 {# sonhos} one {# sonho} other {# sonhos}} após fazer {basketsCount} presentes no Evento de Natal da Loritta 2024"
raffle:
title: "Rifas"
description: "Transações relacionadas as rifas da Loritta"
Expand Down

0 comments on commit ff8d3d8

Please sign in to comment.