From e0ceab474f2123f8e13dc88ba8a6d256e2d0d307 Mon Sep 17 00:00:00 2001 From: shaishavgandhi05 Date: Sat, 6 Aug 2016 00:19:48 -0400 Subject: [PATCH] Changed 'DD. MM. YYYY' to 'DD.MM.YYYY' Signed-off-by: shaishavgandhi05 --- src/locale/bs.js | 3 +-- src/locale/hr.js | 3 +-- src/locale/me.js | 2 +- src/locale/sl.js | 2 +- src/locale/sr-cyrl.js | 3 +-- src/locale/sr.js | 3 +-- 6 files changed, 6 insertions(+), 10 deletions(-) diff --git a/src/locale/bs.js b/src/locale/bs.js index 74a206d9f..90cb0b96c 100644 --- a/src/locale/bs.js +++ b/src/locale/bs.js @@ -69,7 +69,7 @@ export default moment.defineLocale('bs', { longDateFormat : { LT : 'H:mm', LTS : 'H:mm:ss', - L : 'DD. MM. YYYY', + L : 'DD.MM.YYYY', LL : 'D. MMMM YYYY', LLL : 'D. MMMM YYYY H:mm', LLLL : 'dddd, D. MMMM YYYY H:mm' @@ -131,4 +131,3 @@ export default moment.defineLocale('bs', { doy : 7 // The week that contains Jan 1st is the first week of the year. } }); - diff --git a/src/locale/hr.js b/src/locale/hr.js index fb233f391..84878ad09 100644 --- a/src/locale/hr.js +++ b/src/locale/hr.js @@ -71,7 +71,7 @@ export default moment.defineLocale('hr', { longDateFormat : { LT : 'H:mm', LTS : 'H:mm:ss', - L : 'DD. MM. YYYY', + L : 'DD.MM.YYYY', LL : 'D. MMMM YYYY', LLL : 'D. MMMM YYYY H:mm', LLLL : 'dddd, D. MMMM YYYY H:mm' @@ -133,4 +133,3 @@ export default moment.defineLocale('hr', { doy : 7 // The week that contains Jan 1st is the first week of the year. } }); - diff --git a/src/locale/me.js b/src/locale/me.js index b3cea6ece..1635cb500 100644 --- a/src/locale/me.js +++ b/src/locale/me.js @@ -38,7 +38,7 @@ export default moment.defineLocale('me', { longDateFormat: { LT: 'H:mm', LTS : 'H:mm:ss', - L: 'DD. MM. YYYY', + L: 'DD.MM.YYYY', LL: 'D. MMMM YYYY', LLL: 'D. MMMM YYYY H:mm', LLLL: 'dddd, D. MMMM YYYY H:mm' diff --git a/src/locale/sl.js b/src/locale/sl.js index dc2ea2492..2f36d5bf3 100644 --- a/src/locale/sl.js +++ b/src/locale/sl.js @@ -86,7 +86,7 @@ export default moment.defineLocale('sl', { longDateFormat : { LT : 'H:mm', LTS : 'H:mm:ss', - L : 'DD. MM. YYYY', + L : 'DD.MM.YYYY', LL : 'D. MMMM YYYY', LLL : 'D. MMMM YYYY H:mm', LLLL : 'dddd, D. MMMM YYYY H:mm' diff --git a/src/locale/sr-cyrl.js b/src/locale/sr-cyrl.js index d4b611279..90449c1ae 100644 --- a/src/locale/sr-cyrl.js +++ b/src/locale/sr-cyrl.js @@ -38,7 +38,7 @@ export default moment.defineLocale('sr-cyrl', { longDateFormat: { LT: 'H:mm', LTS : 'H:mm:ss', - L: 'DD. MM. YYYY', + L: 'DD.MM.YYYY', LL: 'D. MMMM YYYY', LLL: 'D. MMMM YYYY H:mm', LLLL: 'dddd, D. MMMM YYYY H:mm' @@ -98,4 +98,3 @@ export default moment.defineLocale('sr-cyrl', { doy : 7 // The week that contains Jan 1st is the first week of the year. } }); - diff --git a/src/locale/sr.js b/src/locale/sr.js index c06fb3ba5..6716b4272 100644 --- a/src/locale/sr.js +++ b/src/locale/sr.js @@ -38,7 +38,7 @@ export default moment.defineLocale('sr', { longDateFormat: { LT: 'H:mm', LTS : 'H:mm:ss', - L: 'DD. MM. YYYY', + L: 'DD.MM.YYYY', LL: 'D. MMMM YYYY', LLL: 'D. MMMM YYYY H:mm', LLLL: 'dddd, D. MMMM YYYY H:mm' @@ -98,4 +98,3 @@ export default moment.defineLocale('sr', { doy : 7 // The week that contains Jan 1st is the first week of the year. } }); - -- 2.47.2