Fix #1531 + Indonesian.properties added (#1532)

* Fix #1531

* Requested on Discord

* Update Indonesian.properties

Co-authored-by: hyunamae <59202601+hyunamae@users.noreply.github.com>
This commit is contained in:
r3versi
2019-12-25 22:37:49 +01:00
committed by Yair Morgenstern
parent dd1e8e02d4
commit 00f26b1510
2 changed files with 1599 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -47,7 +47,7 @@ class PlayerPickerTable(val newGameScreen: NewGameScreen, val newGameParameters:
val nationTable = getNationTable(player) val nationTable = getNationTable(player)
playerTable.add(nationTable) playerTable.add(nationTable)
val playerTypeTextbutton = TextButton(player.playerType.name, CameraStageBaseScreen.skin) val playerTypeTextbutton = TextButton(player.playerType.name.tr(), CameraStageBaseScreen.skin)
playerTypeTextbutton.onClick { playerTypeTextbutton.onClick {
if (player.playerType == PlayerType.AI) if (player.playerType == PlayerType.AI)
player.playerType = PlayerType.Human player.playerType = PlayerType.Human