Bambara language stub; import French messages
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 8 Feb 2005 14:55:43 +0000 (14:55 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 8 Feb 2005 14:55:43 +0000 (14:55 +0000)
languages/LanguageBm.php [new file with mode: 0644]

diff --git a/languages/LanguageBm.php b/languages/LanguageBm.php
new file mode 100644 (file)
index 0000000..7e7fa4a
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+
+# Stub for Bambara; import French (official language of Mali)
+
+require_once( "LanguageFr.php" );
+
+class LanguageBm extends LanguageFr {
+
+       // Inherit all for now
+
+}
+
+?>