gplx/mediawiki/languages/messages/MessagesHsn.php

27 lines
381 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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日DH:i',
];