]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add translator documentation.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 5 Jun 2011 22:34:57 +0000 (00:34 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 5 Jun 2011 22:34:57 +0000 (00:34 +0200)
plugins/OStatus/tests/gettext-speedtest.php

index 8bbdf5e899a4e2d8817a83ad67fac901db82952e..01b678ab382cadfcea9dfddae97fe54b94d3fcb9 100644 (file)
@@ -54,6 +54,7 @@ $delta["_dgettext"] = array((microtime(true) - $start) / $times, $result);
 
 $start = microtime(true);
 for($i = 0; $i < $times; $i++) {
+    // TRANS: String in the gettext speed test script. Unimportant.
     $result = _m("Feeds");
 }
 $delta["_m"] = array((microtime(true) - $start) / $times, $result);