URL:
  <http://gna.org/bugs/?25469>

                 Summary: "attack per turn"/"attack per turns" needs ngettext
                 Project: Battle for Wesnoth
            Submitted by: gunchleoc
            Submitted on: Thu 26 Jan 2017 12:24:42 PM UTC
                Category: Bug
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Translations
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 1.13.6
        Operating System: Any

    _______________________________________________________

Details:

In the following code, attack per turn / attacks per turn should be fetched by
ngettext into a signle variable:

https://github.com/wesnoth/wesnoth/blob/master/src/units/unit.cpp#L1784

    const char* const singular = N_("attack per turn");
    const char* const plural = N_("attacks per turn");


It is then added to a "description" with hard-coded word order, that should
also be fixed.




    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?25469>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to