From 2b3b11fca63c515f3975f1df7a8c929966d5d933 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 6 Jun 2011 00:34:57 +0200 Subject: [PATCH] Add translator documentation. --- plugins/OStatus/tests/gettext-speedtest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/OStatus/tests/gettext-speedtest.php b/plugins/OStatus/tests/gettext-speedtest.php index 8bbdf5e899..01b678ab38 100644 --- a/plugins/OStatus/tests/gettext-speedtest.php +++ b/plugins/OStatus/tests/gettext-speedtest.php @@ -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);