Stub Latin file: just imports the Interlingua translation, which is like Latin with...
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 18 Dec 2003 02:41:39 +0000 (02:41 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 18 Dec 2003 02:41:39 +0000 (02:41 +0000)
languages/LanguageLa.php [new file with mode: 0644]

diff --git a/languages/LanguageLa.php b/languages/LanguageLa.php
new file mode 100644 (file)
index 0000000..b4af87b
--- /dev/null
@@ -0,0 +1,11 @@
+<?php
+
+# We don't have a Latin translation; use the Interlingua
+
+include_once( "LanguageIa.php" );
+
+class LanguageLa extends LanguageIa {
+       # ....
+}
+
+?>
\ No newline at end of file