Extract translation strings.
This commit is contained in:
committed by
abcdefg30
parent
867efcc6e8
commit
9b2e291a46
@@ -512,3 +512,5 @@ Actors:
|
||||
Owner: Neutral
|
||||
|
||||
Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/campaign-palettes.yaml, rules.yaml
|
||||
|
||||
Translations: ra|languages/lua/en.ftl
|
||||
|
||||
@@ -52,8 +52,8 @@ WorldLoaded = function()
|
||||
|
||||
InitObjectives(player)
|
||||
|
||||
CommandCenterIntact = player.AddObjective("Protect the Command Center.")
|
||||
DestroyAllAllied = player.AddObjective("Destroy all Allied units and structures.")
|
||||
CommandCenterIntact = AddPrimaryObjective(player, "protect-command-center")
|
||||
DestroyAllAllied = AddPrimaryObjective(player, "destroy-allied-units-structures")
|
||||
|
||||
Camera.Position = CameraWaypoint.CenterPosition
|
||||
|
||||
|
||||
Reference in New Issue
Block a user