aboutsummaryrefslogtreecommitdiffstats
path: root/resources/lib/moment/locale/fr-ca.js
diff options
context:
space:
mode:
Diffstat (limited to 'resources/lib/moment/locale/fr-ca.js')
-rw-r--r--resources/lib/moment/locale/fr-ca.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/resources/lib/moment/locale/fr-ca.js b/resources/lib/moment/locale/fr-ca.js
index a170e973573b..7d48fd7b71da 100644
--- a/resources/lib/moment/locale/fr-ca.js
+++ b/resources/lib/moment/locale/fr-ca.js
@@ -15,9 +15,10 @@
months: 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split(
'_'
),
- monthsShort: 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split(
- '_'
- ),
+ monthsShort:
+ 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split(
+ '_'
+ ),
monthsParseExact: true,
weekdays: 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),
weekdaysShort: 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),