Stub Latin file: just imports the Interlingua translation, which is like Latin with...
[lhc/web/wiklou.git] / languages / LanguageLa.php
1 <?php
2
3 # We don't have a Latin translation; use the Interlingua
4
5 include_once( "LanguageIa.php" );
6
7 class LanguageLa extends LanguageIa {
8 # ....
9 }
10
11 ?>