Extract text feedback messages.

This commit is contained in:
Matthias Mailänder
2023-08-19 13:03:15 +02:00
committed by Gustas
parent 94c8339e17
commit c609c4af14
77 changed files with 521 additions and 274 deletions

View File

@@ -38,7 +38,8 @@ namespace OpenRA.Mods.D2k.Traits
[NotificationReference("Speech")]
public readonly string WormAttackNotification = "WormAttack";
public readonly string WormAttackTextNotification = "Worm attack.";
[TranslationReference]
public readonly string WormAttackTextNotification = "notification-worm-attack";
public override object Create(ActorInitializer init) { return new AttackSwallow(init.Self, this); }
}