mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-07 00:41:39 +07:00
Do not translate city-state uniques - there should be no arbitrary ones!
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user