Fixed german localization of bad dreams (#1206)

This commit is contained in:
Jannik Tappert 2024-05-21 16:33:54 +02:00 committed by GitHub
parent 6405bcab87
commit 5eb4077f13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const abilityTriggers: SimpleTranslationEntries = {
'blockRecoilDamage' : `{{pokemonName}} wurde durch {{abilityName}}\nvor Rückstoß geschützt!`,
'badDreams': `{{pokemonName}} wird gequält!`,
'badDreams': `{{pokemonName}} ist in einem Alptraum gefangen!`,
} as const;