Unhardcode thruster localization (#11503)

This commit is contained in:
Morb
2022-09-25 01:24:03 +03:00
committed by GitHub
parent 88b0a5f9a0
commit 350435df36
2 changed files with 6 additions and 8 deletions

View File

@@ -1,3 +1,5 @@
thruster-comp-enabled = The thruster is turned [color={$enabledColor}]{$enabled}[/color].
thruster-comp-enabled = The thruster is turned [color=green]on[/color].
thruster-comp-disabled = The thruster is turned [color=red]off[/color].
thruster-comp-nozzle-direction = The nozzle is facing [color=yellow]{$direction}[/color].
thruster-comp-nozzle-exposed = The nozzle [color={$exposedColor}]{$exposed} exposed[/color] to space.
thruster-comp-nozzle-exposed = The nozzle [color=green]exposed[/color] to space.
thruster-comp-nozzle-not-exposed = The nozzle [color=red]is not exposed[/color] to space.