summaryrefslogtreecommitdiff
path: root/www/lib/moment/locale/ja.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/moment/locale/ja.js')
-rw-r--r--www/lib/moment/locale/ja.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/lib/moment/locale/ja.js b/www/lib/moment/locale/ja.js
index 39f6ce60..a2ec885c 100644
--- a/www/lib/moment/locale/ja.js
+++ b/www/lib/moment/locale/ja.js
@@ -17,11 +17,11 @@
weekdaysMin : '日_月_火_水_木_金_土'.split('_'),
longDateFormat : {
LT : 'Ah時m分',
- LTS : 'LTs秒',
+ LTS : 'Ah時m分s秒',
L : 'YYYY/MM/DD',
LL : 'YYYY年M月D日',
- LLL : 'YYYY年M月D日LT',
- LLLL : 'YYYY年M月D日LT dddd'
+ LLL : 'YYYY年M月D日Ah時m分',
+ LLLL : 'YYYY年M月D日Ah時m分 dddd'
},
meridiemParse: /午前|午後/i,
isPM : function (input) {
@@ -61,4 +61,4 @@
return ja;
-}));
+})); \ No newline at end of file