Set up English translation for requires/on-hold/ready texts
This commit is contained in:
@@ -279,8 +279,8 @@ Container@PLAYER_WIDGETS:
|
||||
X:WINDOW_RIGHT - 204
|
||||
Y:287
|
||||
TooltipContainer:TOOLTIP_CONTAINER
|
||||
ReadyText:Ready
|
||||
HoldText:On Hold
|
||||
ReadyText:@ready@
|
||||
HoldText:@on-hold@
|
||||
Background@FMVPLAYER:
|
||||
Width:WINDOW_RIGHT
|
||||
Height:WINDOW_BOTTOM
|
||||
|
||||
@@ -60,6 +60,7 @@ Background@PRODUCTION_TOOLTIP:
|
||||
Y:19
|
||||
Height:23
|
||||
Font:TinyBold
|
||||
Text:@requires@
|
||||
Label@DESC:
|
||||
X:5
|
||||
Y:39
|
||||
|
||||
6
mods/cnc/languages/english.yaml
Normal file
6
mods/cnc/languages/english.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
english:
|
||||
english: English
|
||||
|
||||
ready: Ready
|
||||
on-hold: On Hold
|
||||
requires: Requires {0}
|
||||
@@ -94,6 +94,9 @@ Movies:
|
||||
mods/cnc/movies-gdi.yaml
|
||||
mods/cnc/movies-nod.yaml
|
||||
|
||||
Translations:
|
||||
mods/cnc/languages/english.yaml
|
||||
|
||||
Voices:
|
||||
mods/cnc/voices.yaml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user