Some updates
[lhc/web/wiklou.git] / languages / LanguageGem_alsatian.php
1 <?php
2 /**
3 * @package MediaWiki
4 * @subpackage Language
5 */
6
7 /*
8 <Melancholie> for the moment it would be the best if LanguageAls.php would be
9 the same like LanguageDe.php. That would help us a lot at als.
10 <Melancholie> at the moment all is in English
11 <TimStarling> ok
12 <Melancholie> great
13 <TimStarling> I'll make a stub language file that fetches everything from de
14 <Melancholie> cool
15 */
16
17 include_once( "LanguageDe.php" );
18
19 class LanguageGem_alsatian extends LanguageDe {
20 /* Inherit everything. */
21 }
22
23 ?>