blob: 8d0d14c4a48d558e6d902bb107078201b87a154d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<?php
/** Min Nan Chinese (Bân-lâm-gú)
*
* To improve a translation please visit https://translatewiki.net
*
* @ingroup Language
* @file
*
* @author Hiong3-eng5
* @author Ianbu
* @author Kaihsu
*/
$fallback = 'cdo, zh-hant';
$datePreferences = array(
'default',
'ISO 8601',
);
$defaultDateFormat = 'nan';
$dateFormats = array(
'nan time' => 'H:i',
'nan date' => 'Y-"nî" n-"goe̍h" j-"ji̍t" (l)',
'nan both' => 'Y-"nî" n-"goe̍h" j-"ji̍t" (D) H:i',
);
|