diff --git a/loritta-bot-discord/src/main/kotlin/net/perfectdreams/loritta/morenitta/reactionevents/events/Christmas2024ReactionEvent.kt b/loritta-bot-discord/src/main/kotlin/net/perfectdreams/loritta/morenitta/reactionevents/events/Christmas2024ReactionEvent.kt index 9f7968579e..fc9a915057 100644 --- a/loritta-bot-discord/src/main/kotlin/net/perfectdreams/loritta/morenitta/reactionevents/events/Christmas2024ReactionEvent.kt +++ b/loritta-bot-discord/src/main/kotlin/net/perfectdreams/loritta/morenitta/reactionevents/events/Christmas2024ReactionEvent.kt @@ -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), diff --git a/resources/languages/pt/commands/transactions.yml b/resources/languages/pt/commands/transactions.yml index 51af9e4cbb..f98c072874 100644 --- a/resources/languages/pt/commands/transactions.yml +++ b/resources/languages/pt/commands/transactions.yml @@ -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"