Skip to content

Commit

Permalink
Fix missing unit type translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouaz authored Nov 20, 2023
1 parent d4d16da commit 91c186e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ enum class UniqueParameterType(
if (UnitTypeFilter.isKnownValue(parameterText, ruleset)) return true
return false
}

override fun getTranslationWriterStringsForOutput() = knownValues
},

/** Implemented by [UnitType.matchesFilter][com.unciv.models.ruleset.unit.UnitType.matchesFilter] */
Expand Down

0 comments on commit 91c186e

Please sign in to comment.