diff --git a/patches/0001-add-translation-for-terms-of-use-frontpage-ui.patch b/patches/0001-add-translation-for-terms-of-use-frontpage-ui.patch deleted file mode 100644 index a9a07cad..00000000 --- a/patches/0001-add-translation-for-terms-of-use-frontpage-ui.patch +++ /dev/null @@ -1,52 +0,0 @@ -From 427c24be97de625b2dc3de95048d8a8aa0a81577 Mon Sep 17 00:00:00 2001 -Message-Id: <427c24be97de625b2dc3de95048d8a8aa0a81577.1387872856.git.saurabh.a.bhatia@gmail.com> -From: thomaschen <99703040@nccu.edu.tw> -Date: Tue, 24 Dec 2013 16:09:58 +0800 -Subject: [PATCH] add translation for terms of use frontpage ui - ---- - app/controllers/front_controller.rb | 2 +- - config/locales/en.yml | 1 + - config/locales/zh_tw.yml | 1 + - 3 files changed, 3 insertions(+), 1 deletion(-) - -diff --git a/app/controllers/front_controller.rb b/app/controllers/front_controller.rb -index 9fb1d5a..a5b3780 100644 ---- a/app/controllers/front_controller.rb -+++ b/app/controllers/front_controller.rb -@@ -17,7 +17,7 @@ class FrontController < ApplicationController - @url = "/#{@name}" if @name.present? - - if (!@site.enable_terms_of_use && @page.first.present?) -- render :text => (@site.footer + "Terms of Use") -+ render :text => (@site.footer + "#{t(:terms_of_use)}") - else - render :text => @site.footer - end -diff --git a/config/locales/en.yml b/config/locales/en.yml -index 9e9e7d8..08894af 100644 ---- a/config/locales/en.yml -+++ b/config/locales/en.yml -@@ -484,6 +484,7 @@ en: - template: Template - templates: Templates - template_name: Template name -+ terms_of_use: Terms of Use - text: Text - theme: Theme - themes: Themes -diff --git a/config/locales/zh_tw.yml b/config/locales/zh_tw.yml -index 7342e17..ca81e12 100644 ---- a/config/locales/zh_tw.yml -+++ b/config/locales/zh_tw.yml -@@ -485,6 +485,7 @@ zh_tw: - template: 樣版 - templates: 網站模版 - template_name: 樣版名稱 -+ terms_of_use: 使用規則 - text: 內文 - theme: 套用頁面樣式 - themes: 主題 --- -1.8.3.2 - diff --git a/vendor/built_in_modules/survey/app/views/panel/survey/back_end/surveys/_questions.html.erb b/vendor/built_in_modules/survey/app/views/panel/survey/back_end/surveys/_questions.html.erb index c9788cbf..03cc7a03 100644 --- a/vendor/built_in_modules/survey/app/views/panel/survey/back_end/surveys/_questions.html.erb +++ b/vendor/built_in_modules/survey/app/views/panel/survey/back_end/surveys/_questions.html.erb @@ -7,7 +7,8 @@ {{if _id}} {{/if}} -

Q${_length} ${_title_translations[3].<%= I18n.locale.to_s %>}

+ +

Q${_length} ${_title_translations[3].<%= @primary_locale %>}

@@ -15,21 +16,12 @@
- <% if I18n.locale == :en %> -
- -
-
- -
- <% else %> -
- -
-
- -
- <% end %> +
+ +
+
+ +
<% if I18n.locale == :zh_tw %> @@ -56,21 +48,12 @@ <%= I18nVariable.from_locale('zh_tw') %> <% end %>
- <% if I18n.locale == :en %> -
- -
-
- -
- <% else %> -
- -
-
- -
- <% end %> +
+ +
+
+ +
@@ -157,11 +140,11 @@ {{/if}}
-
- +
+
-
- +
+
@@ -179,11 +162,11 @@ {{/if}}
-
- +
+
-
- +
+