You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
197 B
PHP

<?php
$magicWords = [
'zh-hans' => [
'infobox' => [0, '信息框'],
'hide' => [0, 'hide'],
],
'en' => [
'infobox' => [0, 'infobox'],
'hide' => [0, 'hide'],
],
];