(bug 5537) Add stub language file for Samogitian (bat-smg); inherits Lithuanian (lt)
authorRob Church <robchurch@users.mediawiki.org>
Tue, 11 Apr 2006 21:55:41 +0000 (21:55 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Tue, 11 Apr 2006 21:55:41 +0000 (21:55 +0000)
RELEASE-NOTES
languages/LanguageBat_smg.deps.php [new file with mode: 0644]
languages/LanguageBat_smg.php [new file with mode: 0644]

index 9a2745c..2c25733 100644 (file)
@@ -49,6 +49,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Added a table to track interlanguage links
 * (bug 5544) Fix redirect arrow in Special:Listredirects for right-to-left languages
 * Replace "doubleredirectsarrow" with a content language check that picks the appropriate arrow
+* (bug 5537) Add stub language file for Samogitian (bat-smg); inherits Lithuanian (lt)
 
 == Compatibility ==
 
diff --git a/languages/LanguageBat_smg.deps.php b/languages/LanguageBat_smg.deps.php
new file mode 100644 (file)
index 0000000..53a8cbf
--- /dev/null
@@ -0,0 +1,10 @@
+<?php\r
+\r
+/**\r
+ * Samogitian dependencies file\r
+ * See http://mail.wikipedia.org/pipermail/wikitech-l/2006-January/033660.html\r
+ */\r
\r
+require_once( 'LanguageLt.php' );\r
+\r
+?>
\ No newline at end of file
diff --git a/languages/LanguageBat_smg.php b/languages/LanguageBat_smg.php
new file mode 100644 (file)
index 0000000..03c9318
--- /dev/null
@@ -0,0 +1,15 @@
+<?php\r
+\r
+/**\r
+ * Samogitian stub language file\r
+ * Inherits Lithuanian\r
+ *\r
+ * @package MediaWiki\r
+ * @subpackage Internationalisation\r
+ * @author Rob Church <robchur@gmail.com>\r
+ */\r
\r
+require_once( 'LanguageLt.php' );\r
+class LanguageBat_smg extends LanguageLt { }\r
+\r
+?>
\ No newline at end of file