Set up English translation for requires/on-hold/ready texts
This commit is contained in:
@@ -155,9 +155,9 @@ Container@PLAYER_WIDGETS:
|
||||
Y:280
|
||||
Width:238
|
||||
Height:500
|
||||
ReadyText: READY
|
||||
HoldText: ON HOLD
|
||||
RequiresText: Requires
|
||||
ReadyText:@ready@
|
||||
HoldText:@on-hold@
|
||||
RequiresText:@requires@
|
||||
IconWidth: 60
|
||||
IconHeight: 48
|
||||
Columns: 3
|
||||
|
||||
6
mods/d2k/languages/english.yaml
Normal file
6
mods/d2k/languages/english.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
english:
|
||||
english: English
|
||||
|
||||
ready: READY
|
||||
on-hold: ON HOLD
|
||||
requires: Requires {0}
|
||||
@@ -93,6 +93,9 @@ Music:
|
||||
|
||||
Movies:
|
||||
|
||||
Translations:
|
||||
mods/d2k/languages/english.yaml
|
||||
|
||||
LoadScreen: DefaultLoadScreen
|
||||
Image: mods/d2k/uibits/loadscreen.png
|
||||
InstallerMenuWidget: INSTALL_PANEL
|
||||
|
||||
Reference in New Issue
Block a user