mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-11 00:08:58 +07:00
* Fix #1531 * Requested on Discord * Update Indonesian.properties Co-authored-by: hyunamae <59202601+hyunamae@users.noreply.github.com>
This commit is contained in:

committed by
Yair Morgenstern

parent
dd1e8e02d4
commit
00f26b1510
1598
android/assets/jsons/translationsByLanguage/Indonesian.properties
Normal file
1598
android/assets/jsons/translationsByLanguage/Indonesian.properties
Normal file
File diff suppressed because it is too large
Load Diff
@ -47,7 +47,7 @@ class PlayerPickerTable(val newGameScreen: NewGameScreen, val newGameParameters:
|
||||
val nationTable = getNationTable(player)
|
||||
playerTable.add(nationTable)
|
||||
|
||||
val playerTypeTextbutton = TextButton(player.playerType.name, CameraStageBaseScreen.skin)
|
||||
val playerTypeTextbutton = TextButton(player.playerType.name.tr(), CameraStageBaseScreen.skin)
|
||||
playerTypeTextbutton.onClick {
|
||||
if (player.playerType == PlayerType.AI)
|
||||
player.playerType = PlayerType.Human
|
||||
|
Reference in New Issue
Block a user