summaryrefslogtreecommitdiff
path: root/www/lib/moment/locale/be.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/moment/locale/be.js')
-rw-r--r--www/lib/moment/locale/be.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/lib/moment/locale/be.js b/www/lib/moment/locale/be.js
index 469acd3d..0fa37d7c 100644
--- a/www/lib/moment/locale/be.js
+++ b/www/lib/moment/locale/be.js
@@ -62,11 +62,11 @@
weekdaysMin : 'нд_пн_ат_ср_чц_пт_сб'.split('_'),
longDateFormat : {
LT : 'HH:mm',
- LTS : 'LT:ss',
+ LTS : 'HH:mm:ss',
L : 'DD.MM.YYYY',
LL : 'D MMMM YYYY г.',
- LLL : 'D MMMM YYYY г., LT',
- LLLL : 'dddd, D MMMM YYYY г., LT'
+ LLL : 'D MMMM YYYY г., HH:mm',
+ LLLL : 'dddd, D MMMM YYYY г., HH:mm'
},
calendar : {
sameDay: '[Сёння ў] LT',
@@ -143,4 +143,4 @@
return be;
-}));
+})); \ No newline at end of file