r47441 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47440‎ | r47441 | r47442 >
Date:10:34, 18 February 2009
Author:mkroetzsch
Status:deferred
Tags:
Comment:
very short class for core "de-formal" messages (simply inherited from "de")
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageDe_formal.php (added) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageDe_formal.php
@@ -0,0 +1,25 @@
 2+<?php
 3+/**
 4+ * @file
 5+ * @ingroup SMWLanguage
 6+ */
 7+
 8+/*
 9+ * Protect against register_globals vulnerabilities.
 10+ * This line must be present before any global variable is referenced.
 11+ */
 12+if (!defined('MEDIAWIKI')) die();
 13+
 14+global $smwgIP;
 15+include_once($smwgIP . '/languages/SMW_LanguageDe.php');
 16+
 17+/**
 18+ * Translations for formal German are just the same as for German regarding
 19+ * the core notions of SMW. Hence this class just extends SMWLanguageDe.
 20+ *
 21+ * @author Markus Krötzsch
 22+ * @ingroup SMWLanguage
 23+ * @ingroup Language
 24+ */
 25+class SMWLanguageDe_formal extends SMWLanguageDe {
 26+}
Property changes on: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageDe_formal.php
___________________________________________________________________
Name: svn:eol-style
127 + native

Status & tagging log