wiki.techinc.nl/languages/messages/MessagesHsn.php
Winston Sung a60faebdbd Languages: Fix written script for Xiang (hsn)
The Xiang on translatewiki and Wikimedia Incubator Wikipedia-hsn were written in Traditional Han script (Hant) instead of Simplified Han script (Hans):

https://translatewiki.net/wiki/Portal:Hsn
https://incubator.wikimedia.org/wiki/Wp/hsn

Change-Id: I2b0566cb6f13556002b38f6bc9df08f7b9c6d2a4
2024-09-22 06:26:49 +00:00

26 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',
];