r102402 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102401‎ | r102402 | r102403 >
Date:14:36, 8 November 2011
Author:raymond
Status:ok (Comments)
Tags:
Comment:
r102386: Fix file name
Modified paths:
  • /trunk/extensions/SemanticImageInput/SemanticImageInput.i18.php (deleted) (history)
  • /trunk/extensions/SemanticImageInput/SemanticImageInput.i18n.php (added) (history)

Diff [purge]

Index: trunk/extensions/SemanticImageInput/SemanticImageInput.i18.php
@@ -1,25 +0,0 @@
2 -<?php
3 -
4 -/**
5 - * Internationalization file for the Semantic Image Input extension.
6 - *
7 - * @since 0.1
8 - *
9 - * @file SemanticImageInput.i18n.php
10 - * @ingroup SII
11 - *
12 - * @licence GNU GPL v3+
13 - * @author Jeroen De Dauw < jeroendedauw@gmail.com >
14 - */
15 -
16 -$messages = array();
17 -
18 -/** English
19 - * @author Jeroen De Dauw
20 - */
21 -$messages['en'] = array(
22 - 'sii-desc' => 'Adds an image input that pulls images from Wikipedia to [https://www.mediawiki.org/wiki/Extension:Semantic_Forms Semantic Forms]',
23 -
24 - 'sii-imageinput-loading' => 'Loading image...'
25 -);
26 -
Index: trunk/extensions/SemanticImageInput/SemanticImageInput.i18n.php
@@ -0,0 +1,25 @@
 2+<?php
 3+
 4+/**
 5+ * Internationalization file for the Semantic Image Input extension.
 6+ *
 7+ * @since 0.1
 8+ *
 9+ * @file SemanticImageInput.i18n.php
 10+ * @ingroup SII
 11+ *
 12+ * @licence GNU GPL v3+
 13+ * @author Jeroen De Dauw < jeroendedauw@gmail.com >
 14+ */
 15+
 16+$messages = array();
 17+
 18+/** English
 19+ * @author Jeroen De Dauw
 20+ */
 21+$messages['en'] = array(
 22+ 'sii-desc' => 'Adds an image input that pulls images from Wikipedia to [https://www.mediawiki.org/wiki/Extension:Semantic_Forms Semantic Forms]',
 23+
 24+ 'sii-imageinput-loading' => 'Loading image...'
 25+);
 26+
Property changes on: trunk/extensions/SemanticImageInput/SemanticImageInput.i18n.php
___________________________________________________________________
Added: svn:eol-style
127 + native

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102386importing SemanticImageInput extensionjeroendedauw10:45, 8 November 2011

Comments

#Comment by Jeroen De Dauw (talk | contribs)   14:54, 8 November 2011

Huh - how is the file name changed? I don't see any difference...

#Comment by Raymond (talk | contribs)   14:55, 8 November 2011

....i18...

....i18n...

#Comment by Nikerabbit (talk | contribs)   19:39, 8 November 2011

Setup file reference was already correct.

Status & tagging log