More untranslated items fixed - #6131

This commit is contained in:
Yair Morgenstern
2022-03-17 23:34:39 +02:00
parent 36c8ce78cc
commit 635d588711
2 changed files with 2 additions and 5 deletions

View File

@ -995,10 +995,7 @@ Complete all the spaceship parts\n to win! =
Complete 5 policy branches\n to win! =
Complete 5 policy branches and build\n the Utopia Project to win! =
Destroy all enemies\n to win! =
You have won a Scientific Victory! =
You have won a Cultural Victory! =
You have won a Domination Victory! =
You have won a Diplomatic Victory! =
You have won a [victoryType] Victory! =
You have won! =
You have achieved victory through the awesome power of your Culture. Your civilization's greatness - the magnificence of its monuments and the power of its artists - have astounded the world! Poets will honor you as long as beauty brings gladness to a weary heart. =
The world has been convulsed by war. Many great and powerful civilizations have fallen, but you have survived - and emerged victorious! The world will long remember your glorious triumph! =

View File

@ -22,7 +22,7 @@ object BattleDamage {
UniqueTarget.Nation -> "National ability"
UniqueTarget.Global -> GlobalUniques.getUniqueSourceDescription(unique)
else -> "[${unique.sourceObjectName}] ([${unique.sourceObjectType?.name}])"
}
}.tr()
if (unique.conditionals.isEmpty()) return source
val conditionalsText = unique.conditionals.joinToString { it.text.tr() }