[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
1 <?php 2 /** Min Nan Chinese (Bân-lâm-gú) 3 * 4 * To improve a translation please visit https://translatewiki.net 5 * 6 * @ingroup Language 7 * @file 8 * 9 * @author Hiong3-eng5 10 * @author Ianbu 11 * @author Kaihsu 12 */ 13 14 $fallback = 'cdo, zh-hant'; 15 16 $datePreferences = array( 17 'default', 18 'ISO 8601', 19 ); 20 $defaultDateFormat = 'nan'; 21 $dateFormats = array( 22 'nan time' => 'H:i', 23 'nan date' => 'Y-"nî" n-"goe̍h" j-"ji̍t" (l)', 24 'nan both' => 'Y-"nî" n-"goe̍h" j-"ji̍t" (D) H:i', 25 ); 26
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |