e6f9613581bc4924796ad16ebaafb0dcc75f9bc8
[lhc/web/wiklou.git] / languages / messages / MessagesNan.php
1 <?php
2 /** Min Nan Chinese (Bân-lâm-gú)
3 *
4 * See MessagesQqq.php for message documentation incl. usage of parameters
5 * To improve a translation please visit http://translatewiki.net
6 *
7 * @ingroup Language
8 * @file
9 *
10 * @author Hiong3-eng5
11 * @author Ianbu
12 * @author Kaihsu
13 */
14
15 $fallback = 'cdo, zh-hant';
16
17 $datePreferences = array(
18 'default',
19 'ISO 8601',
20 );
21 $defaultDateFormat = 'nan';
22 $dateFormats = array(
23 'nan time' => 'H:i',
24 'nan date' => 'Y-"nî" n-"goe̍h" j-"ji̍t" (l)',
25 'nan both' => 'Y-"nî" n-"goe̍h" j-"ji̍t" (D) H:i',
26 );
27