Skip to content

Commit

Permalink
Added Japanese translation for Clear button
Browse files Browse the repository at this point in the history
  • Loading branch information
ximi committed Mar 26, 2014
1 parent 8bc254a commit b7160f6
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 b7160f6

Please sign in to comment.