From: Junio C Hamano <hidden> Date: 2016-06-15 22:50:40
Jakub Narebski [off-list ref] writes:
Don't we need to use order notation to be able to change order of those
two parameters, i.e. use
+ warning(_("tag '%1$s' is really '%2$s' here"), n->tag->tag, n->path);
Yes, translators to languages that want to swap orders would need to know
about the placeholder notation; the canonical C locale messages you see in
these patches do not have to have them, though.