From e32da281bb796431d700e39e4ab10b94e3038ee7 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Tue, 05 Aug 2014 07:45:20 -0400 Subject: [PATCH] Make possible to skip some elements from subject cell when creating text for drag layer --- plugins/jqueryui/js/i18n/jquery.ui.datepicker-ja.js | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/plugins/jqueryui/js/i18n/jquery.ui.datepicker-ja.js b/plugins/jqueryui/js/i18n/jquery.ui.datepicker-ja.js index 79cd827..308dc6f 100644 --- a/plugins/jqueryui/js/i18n/jquery.ui.datepicker-ja.js +++ b/plugins/jqueryui/js/i18n/jquery.ui.datepicker-ja.js @@ -1,10 +1,11 @@ -/* Japanese initialisation for the jQuery UI date picker plugin. */ +/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat (MIT) */ +/* Japanese initialisation for the jQuery UI date picker plugin. */ /* Written by Kentaro SATO (kentaro@ranvis.com). */ jQuery(function($){ $.datepicker.regional['ja'] = { closeText: '閉じる', - prevText: '<前', - nextText: '次>', + prevText: '<前', + nextText: '次>', currentText: '今日', monthNames: ['1月','2月','3月','4月','5月','6月', '7月','8月','9月','10月','11月','12月'], @@ -20,4 +21,5 @@ showMonthAfterYear: true, yearSuffix: '年'}; $.datepicker.setDefaults($.datepicker.regional['ja']); -}); \ No newline at end of file +}); +/* @license-end */ -- Gitblit v1.9.1