Author: hostspectr
Description:
My wiki works on Russian localization.
And if I specify in the template category, for example, thus "[[Категория:Глобальные шаблоны]]" (it was in Russian language), the page Special:Templates does not show what category defines this template.
For myself solved this problem as follows:
In the file extensions/SemanticForms/specials/SF_Templates.php on line ~71 is replaced by:
$cat_ns_name = $wgContLang->getNsText( NS_TEMPLATE );
on a:
$cat_ns_name = $wgContLang->getNsText( NS_CATEGORY );
Version: unspecified
Severity: normal