MediaWiki  REL1_23
MessagesNan.php
Go to the documentation of this file.
00001 <?php
00015 $fallback = 'cdo, zh-hant';
00016 
00017 $datePreferences = array(
00018     'default',
00019     'ISO 8601',
00020 );
00021 $defaultDateFormat = 'nan';
00022 $dateFormats = array(
00023     'nan time' => 'H:i',
00024     'nan date' => 'Y-"nî" n-"goe̍h" j-"ji̍t" (l)',
00025     'nan both' => 'Y-"nî" n-"goe̍h" j-"ji̍t" (D) H:i',
00026 );
00027