r89683 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89682‎ | r89683 | r89684 >
Date:20:22, 7 June 2011
Author:raymond
Status:ok (Comments)
Tags:
Comment:
Modified paths:
  • /trunk/extensions/Lingo/Lingo.i18n.php (added) (history)
  • /trunk/extensions/Lingo/Lingo.php (modified) (history)
  • /trunk/extensions/Translate/groups/mediawiki-defines.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/groups/mediawiki-defines.txt
@@ -706,6 +706,8 @@
707707
708708 Ldap Authentication
709709
 710+Lingo
 711+
710712 Link OpenID
711713 optional = linkopenid-prefs, linkopenid-prefstext-xrdsurl
712714
Index: trunk/extensions/Lingo/Lingo.i18n.php
@@ -0,0 +1,14 @@
 2+<?php
 3+/**
 4+ * Internationalisation file for extension Lingo.
 5+ *
 6+ * @file
 7+ * @ingroup Extensions
 8+ */
 9+
 10+$messages = array();
 11+
 12+$messages['en'] = array(
 13+ 'lingo-desc' => 'Provides hover-over tool tips on pages from words defined on the [[Terminology]] page'
 14+);
 15+
Property changes on: trunk/extensions/Lingo/Lingo.i18n.php
___________________________________________________________________
Added: svn:eol-style
116 + native
Index: trunk/extensions/Lingo/Lingo.php
@@ -24,7 +24,7 @@
2525 'name' => 'Lingo',
2626 'author' => array('Barry Coughlan', '[http://www.mediawiki.org/wiki/User:F.trott Stephan Gambke]'),
2727 'url' => 'http://www.mediawiki.org/wiki/Extension:Lingo',
28 - 'description' => 'Provides hover-over tool tips on articles from words defined on the [[Terminology]] page',
 28+ 'descriptionmsg' => 'lingo-desc',
2929 'version' => LINGO_VERSION,
3030 );
3131

Follow-up revisions

RevisionCommit summaryAuthorDate
r89705followup r89683: enabling i18nfoxtrott22:21, 7 June 2011

Comments

#Comment by Raymond (talk | contribs)   20:32, 7 June 2011

Sorry, missed the comment: Add i18n file, add extension to Translatewiki

#Comment by 😂 (talk | contribs)   20:32, 7 June 2011

Fix Lingo description, add to Translatewiki?

Status & tagging log