Index: trunk/extensions/Translate/utils/TranslationStats.php |
— | — | @@ -18,7 +18,6 @@ |
19 | 19 | * Returns translated percentage for message group in given |
20 | 20 | * languages |
21 | 21 | * |
22 | | - * @todo Add ability to return localised fuzzy percentage. |
23 | 22 | * @param $group \string Unique key identifying the group |
24 | 23 | * @param $languages \array List of language codes |
25 | 24 | * @param $threshold \int Minimum required percentage translated to |