码迷,mamicode.com
首页 > 其他好文 > 详细

bugfree3.0.1-BUG解决方案修改

时间:2017-04-25 16:48:02      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:lang   修改   sign   mon   free   test   bugfree   3.0   ext   

该篇内容来自文档“masterBugFree2.pdf”,记录在这里。

1、如何将解决方案改为中文

在\Bugfree\Lang\ZH_CN_UTF-8 \_COMMON.php 文件中做如下修改
/* Define the Resolution. */
$_LANG[‘BugResolutions‘] = array
(
‘‘ => ‘‘,
‘By Design‘ => ‘就这么设计的‘ ,
‘Duplicate‘ => ‘重复的任务‘,
// ‘External‘ => ‘External‘,
// ‘Fixed‘ => ‘Fixed‘,
// ‘Not Repro‘ => ‘Not Repro‘,
// ‘Postponed‘ => ‘Postponed‘,
// ‘Will not Fix‘ => "Won‘t Fix"
);

 

2、怎样添加BUG的解决方案

在\Bugfree\Lang\ZH_CN_UTF-8 \_COMMON.php 文件中做如下修改
/* Define the Resolution. */
$_LANG[‘BugResolutions‘] = array
(
‘‘ => ‘‘,
‘By Design‘ => ‘By Design‘,
‘Duplicate‘ => ‘Duplicate‘,
‘External‘ => ‘External‘,
‘Fixed‘ => ‘Fixed‘,
‘Not Repro‘ => ‘Not Repro‘,
‘Postponed‘ => ‘Postponed‘,
‘Will not Fix‘ => "Won‘t Fix", //别忘了加一个逗号
"test" => "test" //直接在这里添加
);

bugfree3.0.1-BUG解决方案修改

标签:lang   修改   sign   mon   free   test   bugfree   3.0   ext   

原文地址:http://www.cnblogs.com/LiangHu/p/6762079.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!