From ead89c622d322460a751aa029dd1d0e9a39773de Mon Sep 17 00:00:00 2001 From: yanxd Date: Fri, 10 Jan 2014 08:53:49 +0800 Subject: [PATCH] modify a translate --- config/locales/zh.yml | 2 +- config/routes.rb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 67ffce6ad..d5ec0e2c9 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -1616,7 +1616,7 @@ zh: label_course_view_student: 查看其他课程 label_course_student: 学生 label_homework: 课程作业 - label_course_file: 资料共享 + label_course_file: 资源库 #资料共享 label_course_new_homework: 新建作业 label_course_homework_list: 作业列表 label_course_homework_new: 发布作业 diff --git a/config/routes.rb b/config/routes.rb index 6b5edb16d..ea02406b8 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -16,6 +16,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. RedmineApp::Application.routes.draw do + resources :stores resources :forums do collection do match 'search_forum', :via => [:get, :post]