]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Changed 'DD. MM. YYYY' to 'DD.MM.YYYY'
authorshaishavgandhi05 <shaishgandhi@gmail.com>
Sat, 6 Aug 2016 04:19:48 +0000 (00:19 -0400)
committerIskren Chernev <iskren.chernev@gmail.com>
Sat, 3 Sep 2016 06:05:10 +0000 (23:05 -0700)
Signed-off-by: shaishavgandhi05 <shaishgandhi@gmail.com>
src/locale/bs.js
src/locale/hr.js
src/locale/me.js
src/locale/sl.js
src/locale/sr-cyrl.js
src/locale/sr.js

index 74a206d9fe131c2ed5ae2555c66e2021f27ea2ec..90cb0b96c60afd8c5331e6afc5aa702d6f289f6f 100644 (file)
@@ -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.
     }
 });
-
index fb233f391e3eab8426111df180d1d7db7bf77c04..84878ad094a63e118f17b13fc0684b829757268a 100644 (file)
@@ -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.
     }
 });
-
index b3cea6ece18fdb657cd9948ccecc880178d8c8c6..1635cb500f9faf130f2f6450c364a105b07f8c27 100644 (file)
@@ -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'
index dc2ea24923ce9e15db704d4d30202e5ea043720a..2f36d5bf375d4ba7d1e1925cfe706651dd9a2578 100644 (file)
@@ -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'
index d4b611279c30893b5ca04fa80d6d62c33c3af612..90449c1aeb2acc0afd1844bb1dd3bba3e69869f0 100644 (file)
@@ -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.
     }
 });
-
index c06fb3ba5c2a5940161a987b9ed8ce8a9c41ab22..6716b42726aae522b59c9159511f50888584c746 100644 (file)
@@ -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.
     }
 });
-