r101303 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101302‎ | r101303 | r101304 >
Date:13:48, 30 October 2011
Author:mkroetzsch
Status:resolved
Tags:
Comment:
allow "e-mail" and "email"; use the former as main label in De
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageDe.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageEn.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageDe.php
@@ -40,7 +40,7 @@
4141 '_geo' => 'Geografische Koordinaten', // name of the geocoord type
4242 '_tem' => 'Temperatur', // name of the temperature type
4343 '_dat' => 'Datum', // name of the datetime (calendar) type
44 - '_ema' => 'Email', // name of the email type
 44+ '_ema' => 'E-Mail', // name of the email type
4545 '_uri' => 'URL', // name of the URL type
4646 '_anu' => 'URI-Annotation', // name of the annotation URI type (OWL annotation property)
4747 '_tel' => 'Telefonnummer', // name of the telephone number URI datatype
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageEn.php
@@ -48,7 +48,8 @@
4949 'Float' => '_num',
5050 'Integer' => '_num',
5151 'Enumeration' => '_str',
52 - 'Phone number' => '_tel',
 52+ 'Phone number' => '_tel'
 53+ 'E-mail' => '_ema',
5354 'Geographic coordinate' => '_geo'
5455 );
5556

Follow-up revisions

RevisionCommit summaryAuthorDate
r101304bugfix (missing comma)foxtrott16:27, 30 October 2011

Status & tagging log