r94830 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94829‎ | r94830 | r94831 >
Date:22:33, 17 August 2011
Author:siebrand
Status:resolved (Comments)
Tags:
Comment:
MFT r94690, r94829 with skeleton language file. LU should take care of the rest.
Modified paths:
  • /branches/wmf/1.17wmf1/languages/Names.php (modified) (history)
  • /branches/wmf/1.17wmf1/languages/messages/MessagesQug.php (added) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/languages/messages/MessagesQug.php
@@ -0,0 +1,11 @@
 2+<?php
 3+/** Runa shimi (Runa shimi)
 4+ *
 5+ * See MessagesQqq.php for message documentation incl. usage of parameters
 6+ * To improve a translation please visit http://translatewiki.net
 7+ *
 8+ * @ingroup Language
 9+ * @file
 10+ */
 11+
 12+$fallback = 'es';
Property changes on: branches/wmf/1.17wmf1/languages/messages/MessagesQug.php
___________________________________________________________________
Added: svn:eol-style
113 + native
Added: svn:keywords
214 + Id
Index: branches/wmf/1.17wmf1/languages/Names.php
@@ -272,6 +272,7 @@
273273 'pt' => 'Português', # Portuguese
274274 'pt-br' => 'Português do Brasil', # Brazilian Portuguese
275275 'qu' => 'Runa Simi', # Southern Quechua
 276+ 'qug' => 'Runa shimi', # Chimborazo Highland Quichua
276277 'rgn' => 'Rumagnôl', # Romagnol
277278 'rif' => 'Tarifit', # Tarifit
278279 'rm' => 'Rumantsch', # Raeto-Romance

Follow-up revisions

RevisionCommit summaryAuthorDate
r94831Follow-up r94690: correct language name for 'qug' to Kichwa. Kichwa or Northe...robin22:35, 17 August 2011
r95027MFT r94831, followup r94830reedy18:47, 19 August 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r94690Add new language Chimborazo Highland Quichua (qug).siebrand21:29, 16 August 2011
r94829Follow-up r94690: set fallback to 'qu'.siebrand22:33, 17 August 2011

Comments

#Comment by SPQRobin (talk | contribs)   22:38, 17 August 2011

As far as I tested, LU fails with empty message files. I tried adding an empty $messages = array(); but that didn't seem to work either.

#Comment by P858snake (talk | contribs)   22:41, 17 August 2011

Is this filed as a bug in Bz?

#Comment by SPQRobin (talk | contribs)   23:02, 17 August 2011

Now it is: bug 30433. I didn't do that yet because it was on my to-do list to fix it myself (I prefer that to filing a bug :p).

#Comment by SPQRobin (talk | contribs)   20:53, 22 August 2011

Apparently it does work on WMF wikis. Using qug as interface language loads the right translations from LU.

Status & tagging log