From 3a891f8bd5bf34525ad35fce0d153c1b4d3ccab4 Mon Sep 17 00:00:00 2001 From: jonnywumic <59286902+jonnywumic@users.noreply.github.com> Date: Fri, 27 Dec 2019 22:42:59 +0800 Subject: [PATCH 1/2] Create zh-TW.json Add zh-TW version. --- .../jquery.dataTables/locales/zh-TW.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 assets/javascripts/jquery.dataTables/locales/zh-TW.json diff --git a/assets/javascripts/jquery.dataTables/locales/zh-TW.json b/assets/javascripts/jquery.dataTables/locales/zh-TW.json new file mode 100644 index 00000000..64f66c71 --- /dev/null +++ b/assets/javascripts/jquery.dataTables/locales/zh-TW.json @@ -0,0 +1,24 @@ +{ + "sProcessing": "處理中...", + "sLengthMenu": "顯示 _MENU_ 筆結果", + "sZeroRecords": "沒有符合的結果", + "sInfo": "顯示第 _START_ 到 _END_ 項結果,共 _TOTAL_ 項", + "sInfoEmpty": "顯示第 0 到 0 項結果,共 0 項", + "sInfoFiltered": "(從 _MAX_ 項結果中過濾)", + "sInfoPostFix": "", + "sSearch": "搜尋:", + "sUrl": "", + "sEmptyTable": "表單中沒有數據", + "sLoadingRecords": "載入中...", + "sInfoThousands": ",", + "oPaginate": { + "sFirst": "第一頁", + "sPrevious": "上一頁", + "sNext": "下一頁", + "sLast": "最後一頁" + }, + "oAria": { + "sSortAscending": ": 升冪排列", + "sSortDescending": ": 降冪排列" + } +} From ba7a6e213bb6ee58c0345daa0cc2cf34dadc09b9 Mon Sep 17 00:00:00 2001 From: pavel Date: Wed, 1 Jan 2020 21:33:11 +0100 Subject: [PATCH 2/2] update redmine extensions --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e6511368..26d9a216 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem 'dalli' # Redmine extensions unless %w(easyproject easy_gantt).any? { |plugin| Dir.exist?(File.expand_path("../../#{plugin}", __FILE__)) } - gem 'redmine_extensions', '~> 0.2.5' + gem 'redmine_extensions', '~> 0.3.9' end # Dav4Rack