Update of bug #8784 (project wesnoth):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

This is actually already possible with code like:

std::string message = _("It is now $name|'s turn");
utils::string_map symbols;
symbols["name"] = teams_[player_number_ - 1].current_player();
message = utils::interpolate_variables_into_string(message, &symbols);

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  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