Fix for event names not translatable (#13646)

* fix broken translation

* apply suggested change

* fix untraslated string in load game screen

* update incorrect demand message

* refactor translation for an unknown civilization

* fix spaces

* fix translation for an unknown translation

* fix event names not getting translated

* add untranslated string to template.properties
This commit is contained in:
metablaster 2025-07-21 22:29:10 +02:00 committed by GitHub
parent 8b5247675a
commit d0b4250011
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1541,6 +1541,7 @@ Civilization Info =
Relations =
Trade request =
Garrisoned by unit =
City defense =
Status\n(puppet, resistance or being razed) =
# Victory

View File

@ -477,8 +477,7 @@ object TranslationFileWriter {
"RuinReward.uniques", "TerrainType.name",
"CityStateType.friendBonusUniques", "CityStateType.allyBonusUniques",
"Era.citySound",
"keyShortcut",
"Event.name" // Presently not shown anywhere
"keyShortcut"
)
/** Specifies Enums where the name property _is_ translatable, by Class name */