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:
will-ca
2022-01-23 00:39:28 -08:00
committed by GitHub
parent 7e4a2944c3
commit fe67dfa1c4
8 changed files with 19 additions and 7 deletions

View File

@ -37,6 +37,7 @@ object Constants {
const val researchAgreement = "Research Agreement"
const val openBorders = "Open Borders"
const val random = "Random"
const val unknownNationName = "???"
const val fort = "Fort"
const val citadel = "Citadel"