bugfree3.0.1-BUG解决方案修改

Posted 养猫少年

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了bugfree3.0.1-BUG解决方案修改相关的知识,希望对你有一定的参考价值。

该篇内容来自文档“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解决方案修改的主要内容,如果未能解决你的问题,请参考以下文章

如何在修改bug时切换分支保留修改又不提交

solr5中文分词bug解决

Xcode 11.5 发布,以修改 BUG 为主

bug跟踪过程中遇到常见问题

idea修改忽视文件产生得bug

工作笔记——搜索结果页面样式方面的Bug,以及修改