repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge "Special:Upload should not crash on failing previews"
[mediawiki.git]
/
languages
/
messages
/
MessagesWuu.php
blob
ddbebbd472bf43b77b2b7348d57d9ac2164dc3e6
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
];