From 811b0497df5b1ebf3c5e3b61a07379c662b14b64 Mon Sep 17 00:00:00 2001 From: Harry Bomrah Date: Mon, 22 Jan 2018 17:36:09 +0800 Subject: [PATCH] fix for language --- app/views/admin/universal_tables/_table_form.html.erb | 4 ++-- config/locales/en.yml | 3 ++- config/locales/zh_tw.yml | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app/views/admin/universal_tables/_table_form.html.erb b/app/views/admin/universal_tables/_table_form.html.erb index f556548..5a10e6b 100644 --- a/app/views/admin/universal_tables/_table_form.html.erb +++ b/app/views/admin/universal_tables/_table_form.html.erb @@ -46,8 +46,8 @@ <% end %>
- - + + ">
diff --git a/config/locales/en.yml b/config/locales/en.yml index fab9c8d..8edb783 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -9,4 +9,5 @@ en: export_structure: Download table structure import_from_excel: Import From Excel total_number_of_entries: "Total number of enteries found : %{total_number}" - export_xls: Export XLSX \ No newline at end of file + export_xls: Export XLSX + add_column: Add Column \ No newline at end of file diff --git a/config/locales/zh_tw.yml b/config/locales/zh_tw.yml index a00e10a..eec90b0 100644 --- a/config/locales/zh_tw.yml +++ b/config/locales/zh_tw.yml @@ -9,4 +9,5 @@ zh_tw: export_structure: 表格下載 import_from_excel: 自Excel檔匯入 total_number_of_entries: "搜尋結果數量: %{total_number}" - export_xls: 匯出XLSX \ No newline at end of file + export_xls: 匯出XLSX + add_column: 新增欄位 \ No newline at end of file