Extract translation strings.

This commit is contained in:
Matthias Mailänder
2022-07-03 18:54:50 +02:00
committed by abcdefg30
parent 867efcc6e8
commit 9b2e291a46
110 changed files with 899 additions and 331 deletions

View File

@@ -134,9 +134,9 @@ WorldLoaded = function()
InitObjectives(player)
KillAll = player.AddObjective("Defeat the Allied forces.")
BeatUSSR = Greece.AddObjective("Defeat the Soviet forces.")
KillRadar = player.AddObjective("Destroy Allied Radar Dome to stop enemy\nreinforcements.", "Secondary", false)
KillAll = AddPrimaryObjective(player, "defeat-allied-forces")
BeatUSSR = AddPrimaryObjective(Greece, "")
KillRadar = AddSecondaryObjective(player, "destroy-radar-dome-reinforcements")
Trigger.OnKilled(RadarDome, function()
player.MarkCompletedObjective(KillRadar)