r90425 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90424‎ | r90425 | r90426 >
Date:03:07, 20 June 2011
Author:yaron
Status:resolved (Comments)
Tags:
Comment:
New file, supplied by "Van de Bugger"
Modified paths:
  • /trunk/extensions/SemanticForms/languages/SF_LanguageRu.php (added) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/languages/SF_LanguageRu.php
@@ -0,0 +1,13 @@
 2+<?php
 3+
 4+class SF_LanguageRu extends SF_Language {
 5+
 6+ var $m_SpecialProperties = array(
 7+ );
 8+
 9+ var $m_Namespaces = array(
 10+ SF_NS_FORM => 'Фо�.ма',
 11+ SF_NS_FORM_TALK => '�.бс�.ждение_�.о�.м�.'
 12+ );
 13+
 14+}

Follow-up revisions

RevisionCommit summaryAuthorDate
r90426Fixed incorrect encoding, hopefullyyaron03:16, 20 June 2011

Comments

#Comment by Nikerabbit (talk | contribs)   08:07, 20 June 2011

Encoding looks broken.

#Comment by Nikerabbit (talk | contribs)   08:07, 20 June 2011

Fixed in next revision.

Status & tagging log