Merge "Add support for PHP7 random_bytes in favor of mcrypt_create_iv"
[lhc/web/wiklou.git] / languages / messages / MessagesWuu.php
1 <?php
2 /** Wu (吴语)
3 *
4 * To improve a translation please visit https://translatewiki.net
5 *
6 * @ingroup Language
7 * @file
8 *
9 * @author Benojan
10 * @author Hercule
11 * @author O
12 * @author Reedy
13 * @author Wu-chinese.com
14 * @author Xiaomingyan
15 * @author Yfdyh000
16 * @author 乌拉跨氪
17 * @author 十弌
18 */
19
20 $fallback = 'zh-hans';
21
22 $datePreferences = [
23 'default',
24 'wuu',
25 'ISO 8601',
26 ];
27
28 $defaultDateFormat = 'wuu';
29
30 $dateFormats = [
31 'wuu time' => 'H:i',
32 'wuu date' => 'Y年n月j号 (D)',
33 'wuu both' => 'Y年n月j号 (D) H:i',
34 ];