From: Translation updater bot Date: Thu, 26 Sep 2013 16:54:28 +0000 (+0000) Subject: Add explicit plural support for limit report messages X-Git-Tag: 1.31.0-rc.0~18678 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=08e9d96bb651766c1c361402173d4116d8bbdc7f;p=lhc%2Fweb%2Fwiklou.git Add explicit plural support for limit report messages Requested by Purodha Blissenbach in https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Limitreport-postexpandincludesize-value/ksh and https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Limitreport-templateargumentsize-value/en Change-Id: I39bea8a45bdd941ebe417b823936aa599185ae03 --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 225a6b2160..34f3e33b41 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -5122,9 +5122,9 @@ Otherwise, you can use the easy form below. Your comment will be added to the pa 'limitreport-ppgeneratednodes' => 'Preprocessor generated node count', 'limitreport-ppgeneratednodes-value' => '$1/$2', # only translate this message to other languages if you have to change it 'limitreport-postexpandincludesize' => 'Post-expand include size', -'limitreport-postexpandincludesize-value' => '$1/$2 bytes', +'limitreport-postexpandincludesize-value' => '$1/$2 {{PLURAL:$2|byte|bytes}}', 'limitreport-templateargumentsize' => 'Template argument size', -'limitreport-templateargumentsize-value' => '$1/$2 bytes', +'limitreport-templateargumentsize-value' => '$1/$2 {{PLURAL:$2|byte|bytes}}', 'limitreport-expansiondepth' => 'Highest expansion depth', 'limitreport-expansiondepth-value' => '$1/$2', # only translate this message to other languages if you have to change it 'limitreport-expensivefunctioncount' => 'Expensive parser function count',