Last modified: 2013-03-01 09:06:17 UTC
Switch to a single message to allow localisation.
I don't see a standardized way to do this; there is some HTML involved in displaying the link.
"Use lego"? I don't understand.
https://gerrit.wikimedia.org/r/#/c/50040/
(In reply to comment #2) > "Use lego"? I don't understand. From <https://www.mediawiki.org/w/index.php?title=Localisation&oldid=647907#Avoid_patchwork_messages>: --- Avoid patchwork messages Languages have varying word orders, and complex grammatical and syntactic rules. Messages put together from lots of pieces of text, possibly with some indirection, are very hard, if not impossible, to translate. (MediaWiki internationalization people call such messages "lego".) It is better to make messages complete sentences each, with a full stop at the end. Several sentences can usually much more easily be combined into a text block, if needed. When you want to combine several strings, use parameters - translators can order them correctly. ---