ProjectManagement::Redmine Roadmap插件

这个插件是一日本人开发,主页在https://github.com/daipresents/redmine_roadmaps,本文完成在ubuntu系统上的安装及配置。

 
cd /usr/share/redmine
sudo git clone git://github.com/daipresents/remind_roadmaps.git vendor/plugins/redmine_roadmaps
 
重启redmine,以admin身份登录管理界面
1、Administration-->Roles and permissions-->Permissions report
 
2、Project-->settings-->Modules
 
3、Project-->Settings-->Version
4、解决使能插件后出现的translation missing: zh roadmaps_name问题
cd /usr/share/redmine/vendor/plugins/redmine_roadmaps/config/locales
sudo cp en.yml zh.yml
  1. zh:
  2.     roadmaps_name: "里程碑"
  3.     edit: "编辑"
  4.     late: "%{days} days late"
  5.     days_to_go: "%{days} days to go"
  6.     version_effective_date: "version's effective date"
  7.     finished: "finished"
  8.     unfinished: "unfinished"
  9.     estimated_hours: "Estimated Hours"
  10.     passed_hours: "Hours"
  11.     hours: "hours"
  12.     actual_date: "actual date"
  13.     assigned_users: "assigned user"
  14.     descripton: "description"
  15.     ticket_status: "ticket status"
  16.     man_hours: "man hours"
  17.     no_start_date: "start date is not setting"
  18.     no_due_date: "due date is not setting"
  19.     no_date: "start date and due date are not setting"
  20.     no_version_effective_date: "version effective date is not setting"
我只修改了一部分,根据需要自行修改即可,重启redmine,那串不和谐的字符就不见了。
 
References
posted @ 2015-09-18 16:33  苍月代表我  阅读(559)  评论(0编辑  收藏  举报