Skip to content

Commit

Permalink
Merge pull request #862 from ximi/patch-1
Browse files Browse the repository at this point in the history
Added Japanese translation for Clear button
  • Loading branch information
acrobat committed Dec 10, 2014
2 parents 4e24992 + b7160f6 commit 110f3a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/locales/bootstrap-datepicker.ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
months: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"],
monthsShort: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"],
today: "今日",
format: "yyyy/mm/dd"
format: "yyyy/mm/dd",
clear: "クリア"
};
}(jQuery));

0 comments on commit 110f3a4

Please sign in to comment.