diff options
Diffstat (limited to 'www/lib/moment/locale/sq.js')
| -rw-r--r-- | www/lib/moment/locale/sq.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/lib/moment/locale/sq.js b/www/lib/moment/locale/sq.js index a4fbedd6..d5fcdb51 100644 --- a/www/lib/moment/locale/sq.js +++ b/www/lib/moment/locale/sq.js @@ -26,11 +26,11 @@ }, 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 : '[Sot në] LT', @@ -65,4 +65,4 @@ return sq; -})); +}));
\ No newline at end of file |
