mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-04 15:27:50 +07:00
Make "Help" button clearer and translatable, random nation indicators and labels translatable. (#6013)
* Make unknown nation placeholder translatable. * Make MultiplayerScreen help button clearer and translatable. * Use `Constants.spectator` more. * Make random/unknown nation icon translatable.
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
package com.unciv.app.desktop
|
||||
|
||||
import com.unciv.Constants
|
||||
import com.unciv.UncivGame
|
||||
import com.unciv.UncivGameParameters
|
||||
import com.unciv.logic.GameStarter
|
||||
@ -79,7 +80,7 @@ internal object ConsoleLauncher {
|
||||
})
|
||||
add(Player().apply {
|
||||
playerType = PlayerType.Human
|
||||
chosenCiv = "Spectator"
|
||||
chosenCiv = Constants.spectator
|
||||
})
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user