summaryrefslogtreecommitdiff
path: root/www/lib/moment/locale/bg.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/moment/locale/bg.js')
-rw-r--r--www/lib/moment/locale/bg.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/lib/moment/locale/bg.js b/www/lib/moment/locale/bg.js
index baf228f7..c6601c62 100644
--- a/www/lib/moment/locale/bg.js
+++ b/www/lib/moment/locale/bg.js
@@ -17,11 +17,11 @@
weekdaysMin : 'нд_пн_вт_ср_чт_пт_сб'.split('_'),
longDateFormat : {
LT : 'H:mm',
- LTS : 'LT:ss',
+ LTS : 'H:mm:ss',
L : 'D.MM.YYYY',
LL : 'D MMMM YYYY',
- LLL : 'D MMMM YYYY LT',
- LLLL : 'dddd, D MMMM YYYY LT'
+ LLL : 'D MMMM YYYY H:mm',
+ LLLL : 'dddd, D MMMM YYYY H:mm'
},
calendar : {
sameDay : '[Днес в] LT',
@@ -86,4 +86,4 @@
return bg;
-}));
+})); \ No newline at end of file