https://bugzilla.wikimedia.org/show_bug.cgi?id=67020

            Bug ID: 67020
           Summary: Not displayed category determined by the template if
                    the namespace "NS_CATEGORY" uses the Cyrillic.
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Unprioritized
         Component: SemanticForms
          Assignee: yaro...@gmail.com
          Reporter: hostspe...@gmail.com
       Web browser: ---
   Mobile Platform: ---

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 );

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to