5 lines
155 B
PHP
5 lines
155 B
PHP
<?php
|
|
unset($lang->bug->typeList['others']);
|
|
$lang->bug->typeList['codeimprovement'] = '代码改进';
|
|
$lang->bug->typeList['others'] = '其他';
|