]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Same length for weekdaysMin parts (Italian) ES6
authorMassimiliano Caniparoli <massic80@gmail.com>
Thu, 24 Sep 2015 09:39:20 +0000 (11:39 +0200)
committerIskren Chernev <iskren.chernev@gmail.com>
Mon, 9 Nov 2015 09:57:56 +0000 (01:57 -0800)
Rebasing, as discussed here https://github.com/moment/moment/pull/2237

src/locale/it.js

index d2d764c5dcdeaae356d374f6b76aafcc847fac24..4875112f842230f18b1f6e272026b753e4e145f8 100644 (file)
@@ -10,7 +10,7 @@ export default moment.defineLocale('it', {
     monthsShort : 'gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic'.split('_'),
     weekdays : 'Domenica_Lunedì_Martedì_Mercoledì_Giovedì_Venerdì_Sabato'.split('_'),
     weekdaysShort : 'Dom_Lun_Mar_Mer_Gio_Ven_Sab'.split('_'),
-    weekdaysMin : 'D_L_Ma_Me_G_V_S'.split('_'),
+    weekdaysMin : 'Do_Lu_Ma_Me_Gi_Ve_Sa'.split('_'),
     longDateFormat : {
         LT : 'HH:mm',
         LTS : 'HH:mm:ss',