About [[OpenImages:Users.add something/en]]

Something indeed, but what?

Add {0}
Nike12:46, 3 June 2011

Add an image, article. For example:

 <fmt:message key="users.add_something">
   <fmt:param><mm:nodeinfo type="guitype" nodetype="$type" escape="lowercase" /></fmt:param>
 </fmt:message>
Elfuego15:36, 14 June 2011

If {0} has a limited number of possible values, i18n will be better if the variable is left out, and the correct message is selected in the code.

So if at all possible, remove this message and replace it with multiple new messages, like:

  • Users.add_image: Add image
  • Users.add_image: Add article
  • ...
Siebrand09:53, 17 June 2011

Not possible, sorry. Types of nodes are configured elsewhere. They can be any kind of object.

Elfuego (talk)10:50, 27 July 2013