planetarian/TsunKitTranslations

Term update in Fleets tab ("Air radars" -> "radars (any)")

Opened this issue · 0 comments

A minor issue was discovered in the wording used for the radars value in the Fleets tab, which could cause some confusion.

In english, it used to read e.g. "3 Air radars". This was potentially confusing, as it counted any radar as an "air" radar in this case.
image

The entry in question is panelFleetsEntryLOSDataText.
This entry is given a value in the {{type}} parameter, which previously was radarTermSurface or radarTermAir.
This has been changed to utilize radarType5LOS and radarTypeAny instead.

The text now looks like e.g. "3 radars (Any)".
image

This may necessitate review and adjustment of the entry in the other language files.