Skip to content

Commit

Permalink
Add Date Japanese Localize
Browse files Browse the repository at this point in the history
  • Loading branch information
ishimoto authored and Pascal Robert committed May 7, 2012
1 parent c637974 commit 4b3555a
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
var fdLocale = {
fullMonths:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],
monthAbbrs:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],
fullDays: ["月曜日","火曜日","水曜日","木曜日","金曜日","土曜日","日曜日"],
dayAbbrs: ["月","火","水","木","金","土","日"],
titles: ["先月","来月","去年","来年", "本日", "カレンダーを開く", "週", "週 [[%0%]] / [[%1%]]", "週", "日付を選択", "ドラッグで移動可能", "“[[%0%]]” を最初に表示", "本日へ", "日付非選択:"],
firstDayOfWeek:0
};
try { datePickerController.loadLanguage(); } catch(err) {}

0 comments on commit 4b3555a

Please sign in to comment.