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