We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d3fdf7 commit 9ff82bbCopy full SHA for 9ff82bb
1 file changed
src/SimpleBatchUpload.alias.php
@@ -29,3 +29,21 @@
29
$specialPageAliases['en'] = [
30
'BatchUpload' => [ 'BatchUpload' ],
31
];
32
+
33
+/** Simplified Chinese
34
+ */
35
+$specialPageAliases['zh-hans'] = [
36
+ 'BatchUpload' => [ '批量上传' ],
37
+];
38
39
+/** Traditional Chinese
40
41
+$specialPageAliases['zh-hant'] = [
42
+ 'BatchUpload' => [ '批次上傳' ],
43
44
45
+/** Traditional Chinese, Hong Kong
46
47
+$specialPageAliases['zh-hk'] = [
48
+ 'BatchUpload' => [ '批次上載' ],
49
0 commit comments