From da26c70f6c6d61ab08adc9c56f0eed29ad696410 Mon Sep 17 00:00:00 2001 From: wanglinchun Date: Wed, 4 Jun 2014 10:53:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E5=AD=90?= =?UTF-8?q?=E7=AB=99=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/welcome/_link_to_another.html.erb | 6 +++--- config/locales/en.yml | 3 +++ config/locales/zh.yml | 3 +++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/app/views/welcome/_link_to_another.html.erb b/app/views/welcome/_link_to_another.html.erb index f5f360d3e..bda48e753 100644 --- a/app/views/welcome/_link_to_another.html.erb +++ b/app/views/welcome/_link_to_another.html.erb @@ -1,6 +1,6 @@
- 项目托管平台 - 课程实践平台 - 竞赛托管平台 + <%=l(:label_projects_management_platform)%> + <%=l(:label_courses_management_platform)%> + <%=l(:label_contests_management_platform)%>
\ No newline at end of file diff --git a/config/locales/en.yml b/config/locales/en.yml index ffe8b5e31..7236992fd 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1634,6 +1634,9 @@ en: label_weixin: WeiXin label_search_intimation: please input the keywords label_work_quantity: work + label_projects_management_platform: Projects-platform + label_courses_management_platform: Courses-platform + label_contests_management_platform: Competitions-platform #end # ajax异步验证 diff --git a/config/locales/zh.yml b/config/locales/zh.yml index b924a24b2..6812d6a63 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -1977,6 +1977,9 @@ zh: label_weixin: 微信扫码 label_search_intimation: 请输入要搜索的关键字 label_work_quantity: 个作品 + label_projects_management_platform: 项目托管平台 + label_courses_management_platform: 课程实践平台 + label_contests_management_platform: 竞赛托管平台 #end #end