mirror of
https://github.com/yairm210/Unciv.git
synced 2025-03-03 22:22:51 +07:00
Do not translate city-state uniques - there should be no arbitrary ones!
This commit is contained in:
parent
98900d9162
commit
4fb3d4a191
@ -424,7 +424,8 @@ object TranslationFileWriter {
|
||||
"revealedBy", "startBias", "techRequired", "terrainsCanBeBuiltOn",
|
||||
"terrainsCanBeFoundOn", "turnsInto", "uniqueTo", "upgradesTo",
|
||||
"link", "icon", "extraImage", "color", // FormattedLine
|
||||
"RuinReward.uniques", "TerrainType.name"
|
||||
"RuinReward.uniques", "TerrainType.name",
|
||||
"CityStateType.friendBonusUniques", "CityStateType.allyBonusUniques",
|
||||
)
|
||||
|
||||
/** Specifies Enums where the name property _is_ translatable, by Class name */
|
||||
|
Loading…
Reference in New Issue
Block a user