diff options
author | paladox <thomasmulhall410@yahoo.com> | 2014-06-18 00:27:39 +0000 |
---|---|---|
committer | Timo Tijhof <krinklemail@gmail.com> | 2014-06-28 13:28:41 +0200 |
commit | d86decf031c56a258dba5d39769c36f00eeefbbd (patch) | |
tree | 6dd12e6dba06707330ab710342782ab5ac2b245c /resources/lib/moment/lang/it.js | |
parent | ce7ee42b7f7bc47ea531592944a74b023a55b7ac (diff) | |
download | mediawikicore-d86decf031c56a258dba5d39769c36f00eeefbbd.tar.gz mediawikicore-d86decf031c56a258dba5d39769c36f00eeefbbd.zip |
Update Moment.js from 2.6.0 to 2.7.0
Project site
* http://momentjs.com/ and https://github.com/moment/moment/
File source
* https://github.com/moment/moment/blob/2.7.0/moment.js
README
* https://github.com/moment/moment/blob/2.7.0/readme.md
Changelog
https://gist.github.com/ichernev/b0a3d456d5a84c9901d7
difference between 2.6.0 and 2.7.0
new languages
• #1678 Bengali (bn)
• #1628 Azerbaijani (az)
• #1633 Arabic, Saudi Arabia (ar-sa)
• #1648 Austrian German (de-at)
features
• #1663 configurable relative time thresholds
• #1554 support anchor time in moment.calendar
• #1693 support moment.ISO_8601 as parsing format
• #1637 add moment.min and moment.max and deprecate min/max instance methods
• #1704 support string value in add/subtract
• #1647 add spm support (package manager)
bugfixes
• #1651 fixes #1627 fix timezone parsing in some edge cases
• #1641 fixes #1626 fix creation from week/weekday/weekyear for weeks starting monday
• #1616 fix language code of cyrillic Serbian (sr-cyrl) and latin Tamazight (tzm-latn)
language bugfixes
• #1699 fixes #1326 use lowercase months in Italian
• #1650 partly fixes #1640 implement meridiem parsing for Russian
• #1673 fix lithuanian weekday names for weeks not starting Monday
• #1433 Better "time ago" expression for European Portuguese
• #1671 Improve welsh past expressions
• #1449 Use dot after the day number in Danish
• #1559 Update arabic numbers, meridiem and short weekdays
• #1622 Fix previous Saturday in Greek
tests
• #1687 fixed flaky test in Russian timezone
Change-Id: If8e065bf9e0962059697e6f08100e7bc966cd32f
Diffstat (limited to 'resources/lib/moment/lang/it.js')
-rw-r--r-- | resources/lib/moment/lang/it.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/lib/moment/lang/it.js b/resources/lib/moment/lang/it.js index 84b7698be5b4..9c27f665a548 100644 --- a/resources/lib/moment/lang/it.js +++ b/resources/lib/moment/lang/it.js @@ -13,8 +13,8 @@ } }(function (moment) { return moment.lang('it', { - months : "Gennaio_Febbraio_Marzo_Aprile_Maggio_Giugno_Luglio_Agosto_Settembre_Ottobre_Novembre_Dicembre".split("_"), - monthsShort : "Gen_Feb_Mar_Apr_Mag_Giu_Lug_Ago_Set_Ott_Nov_Dic".split("_"), + months : "gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"), + 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("_"), |