Skip to content

Commit

Permalink
Add missing translation tags in scenario_27_liberation.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
muerteFR committed Oct 28, 2024
1 parent b2722a9 commit 17d92ec
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions scripts/scenario_27_liberation.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1511,17 +1511,17 @@ function constructNemesisStation()
defense_angle = defense_angle + 60
end
exuari_activity_answers = {
"Just the usual predatory actions: attack anything and laugh as it's destroyed or looted.",
"They seemed interested in Liberation Day for some reason.",
"I could not make sense of what they were saying. They seemed to be talking in riddles.",
"You want to talk to Jasmine Purdue. She's been studying the Exuari.",
_("station-comms","Just the usual predatory actions: attack anything and laugh as it's destroyed or looted."),
_("station-comms","They seemed interested in Liberation Day for some reason."),
_("station-comms","I could not make sense of what they were saying. They seemed to be talking in riddles."),
_("station-comms","You want to talk to Jasmine Purdue. She's been studying the Exuari."),
}
early_exuari_activity_answers = {
string.format("They've been setting up an isolated station for research somewhere near %s",nemesis_station:getSectorName()),
"They seem to be interested in stellar mechanics.",
"When you can get them to talk, the topic of the inner workings of stars seems to be top of mind.",
"They were asking us about nova causality before trying to destroy us.",
"They're just attacking everything per usual.",
string.format(_("station-comms","They've been setting up an isolated station for research somewhere near %s"),nemesis_station:getSectorName()),
_("station-comms","They seem to be interested in stellar mechanics."),
_("station-comms","When you can get them to talk, the topic of the inner workings of stars seems to be top of mind."),
_("station-comms","They were asking us about nova causality before trying to destroy us."),
_("station-comms","They're just attacking everything per usual."),
}
end
function constructNovaDemo()
Expand Down

0 comments on commit 17d92ec

Please sign in to comment.