empty stub lang files for Malayalam, Hindi

This commit is contained in:
Brion Vibber 2003-07-11 05:17:35 +00:00
parent 22022c79ed
commit df6e45bfeb
2 changed files with 20 additions and 0 deletions

10
languages/LanguageHi.php Normal file
View file

@ -0,0 +1,10 @@
<?
# See language.doc
include_once( "Utf8Case.php" );
class LanguageHi extends LanguageUtf8 {
# Inherit everything
}
?>

10
languages/LanguageMl.php Normal file
View file

@ -0,0 +1,10 @@
<?
# See language.doc
include_once( "Utf8Case.php" );
class LanguageMl extends LanguageUtf8 {
# Inherit everything
}
?>