summaryrefslogtreecommitdiff
path: root/www/lib/moment/src/locale/hu.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/moment/src/locale/hu.js')
-rw-r--r--www/lib/moment/src/locale/hu.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/lib/moment/src/locale/hu.js b/www/lib/moment/src/locale/hu.js
index 9359a3cf..bc135092 100644
--- a/www/lib/moment/src/locale/hu.js
+++ b/www/lib/moment/src/locale/hu.js
@@ -46,11 +46,11 @@ export default moment.defineLocale('hu', {
weekdaysMin : 'v_h_k_sze_cs_p_szo'.split('_'),
longDateFormat : {
LT : 'H:mm',
- LTS : 'LT:ss',
+ LTS : 'H:mm:ss',
L : 'YYYY.MM.DD.',
LL : 'YYYY. MMMM D.',
- LLL : 'YYYY. MMMM D., LT',
- LLLL : 'YYYY. MMMM D., dddd LT'
+ LLL : 'YYYY. MMMM D. H:mm',
+ LLLL : 'YYYY. MMMM D., dddd H:mm'
},
meridiemParse: /de|du/i,
isPM: function (input) {