aboutsummaryrefslogtreecommitdiffstats
path: root/bower_components/moment/src/locale/af.js
diff options
context:
space:
mode:
Diffstat (limited to 'bower_components/moment/src/locale/af.js')
-rw-r--r--bower_components/moment/src/locale/af.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/bower_components/moment/src/locale/af.js b/bower_components/moment/src/locale/af.js
index 8a490ef..13b8d7b 100644
--- a/bower_components/moment/src/locale/af.js
+++ b/bower_components/moment/src/locale/af.js
@@ -23,11 +23,11 @@ export default moment.defineLocale('af', {
},
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 : '[Vandag om] LT',