empty stub lang files for Malayalam, Hindi
This commit is contained in:
parent
22022c79ed
commit
df6e45bfeb
2 changed files with 20 additions and 0 deletions
10
languages/LanguageHi.php
Normal file
10
languages/LanguageHi.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?
|
||||
# See language.doc
|
||||
|
||||
include_once( "Utf8Case.php" );
|
||||
|
||||
class LanguageHi extends LanguageUtf8 {
|
||||
# Inherit everything
|
||||
|
||||
}
|
||||
?>
|
||||
10
languages/LanguageMl.php
Normal file
10
languages/LanguageMl.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?
|
||||
# See language.doc
|
||||
|
||||
include_once( "Utf8Case.php" );
|
||||
|
||||
class LanguageMl extends LanguageUtf8 {
|
||||
# Inherit everything
|
||||
|
||||
}
|
||||
?>
|
||||
Loading…
Reference in a new issue