Extract translation strings.
This commit is contained in:
committed by
abcdefg30
parent
867efcc6e8
commit
9b2e291a46
@@ -1068,3 +1068,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
|
||||
|
||||
@@ -121,9 +121,9 @@ WorldLoaded = function()
|
||||
|
||||
InitObjectives(USSR)
|
||||
|
||||
KillAll = USSR.AddObjective("Destroy all Allied units and structures.")
|
||||
DestroyVillageObjective = USSR.AddObjective("Destroy the village of Allied sympathizers.", "Secondary", false)
|
||||
BeatUSSR = Greece.AddObjective("Defeat the Soviet forces.")
|
||||
KillAll = AddPrimaryObjective(USSR, "destroy-allied-units-structures")
|
||||
DestroyVillageObjective = AddSecondaryObjective(USSR, "destroy-allied-sympathizers-village")
|
||||
BeatUSSR = AddPrimaryObjective(Greece, "")
|
||||
|
||||
AddEastReinforcementTrigger()
|
||||
AddSouthReinforcementTrigger()
|
||||
|
||||
Reference in New Issue
Block a user