aboutsummaryrefslogtreecommitdiffstats
path: root/languages/messages/MessagesHsn.php
blob: 7fa857583905e8071deb66fa35607309e5080cac (plain) (blame)
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
/** Xiang (湘語)
 *
 * @file
 * @ingroup Languages
 *
 * @author Amir E. Aharoni
 * @author Winston Sung
 */

$fallback = 'zh-hant, zh, zh-hans';

$linkTrail = '/^()(.*)$/sD';

$datePreferences = [
	'default',
	'ISO 8601',
];

$defaultDateFormat = 'zh';

$dateFormats = [
	'zh time' => 'H:i',
	'zh date' => 'Y年n月j日(D)',
	'zh both' => 'Y年n月j日(D)H:i',
];