repo.php 155 B

1234
  1. <?php
  2. unset($lang->bug->typeList['others']);
  3. $lang->bug->typeList['codeimprovement'] = '代碼改進';
  4. $lang->bug->typeList['others'] = '其他';