Opened 9 years ago

Closed 9 years ago

#3276 closed defect (invalid)

Translations of attack range in the In-Game-GUI

Reported by: Vladislav Belov Owned by:
Priority: Must Have Milestone:
Component: Internationalization & Localization Keywords:
Cc: Patch:

Description

Basic and average bonuses in *.public-gui-ingame have only the not plural translates after changeset http://trac.wildfiregames.com/changeset/16686/:

msgid "Basic range: %(range)s meters"
...
msgid "Average bonus range: %(range)s meters"

But should have:

msgid "Basic range: %(range)s meter"
msgid_plural "Basic range: %(range)s meters"
msgstr[0] "..."

Change History (2)

comment:1 by Vladislav Belov, 9 years ago

Priority: Should HaveMust Have

comment:2 by leper, 9 years ago

Milestone: Alpha 19
Resolution: invalid
Status: newclosed

We don't update the translation templates for every change in the source files (especially not in the middle of a release cycle), but I'll do so later.

Note: See TracTickets for help on using tickets.