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

@@ -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

View File

@@ -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()