diff options
author | James D. Forrester <jforrester@wikimedia.org> | 2025-03-27 18:52:52 -0400 |
---|---|---|
committer | James D. Forrester <jforrester@wikimedia.org> | 2025-04-06 08:22:16 -0400 |
commit | c2b16b995d9db4f2da14af5e55bded40cbff82d2 (patch) | |
tree | 0d168c2e822a176f95f32e904c0bed5b8f0b312a /resources/lib/moment/locale/ss.js | |
parent | 2a5cf3fde93263156557bc1efd21c5a74ce67725 (diff) | |
download | mediawikicore-c2b16b995d9db4f2da14af5e55bded40cbff82d2.tar.gz mediawikicore-c2b16b995d9db4f2da14af5e55bded40cbff82d2.zip |
Upgrade moment from v2.25.2 to v2.30.1
Five new locales, two of which map to supported languages in core
(ku-kmr -> ku, and tk -> tk), and three of which don't but are added
in for future support and for languages that might be configured in
production systems (ar-ps, bn-bd, and es-mx).
Bug: T389416
Change-Id: Ic69ddf92f922515bf36a2ea1770b2c8ebd2c46b2
Diffstat (limited to 'resources/lib/moment/locale/ss.js')
-rw-r--r-- | resources/lib/moment/locale/ss.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/resources/lib/moment/locale/ss.js b/resources/lib/moment/locale/ss.js index 1bcf4effd7b6..ce8a657c19b7 100644 --- a/resources/lib/moment/locale/ss.js +++ b/resources/lib/moment/locale/ss.js @@ -16,9 +16,10 @@ '_' ), monthsShort: 'Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo'.split('_'), - weekdays: 'Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo'.split( - '_' - ), + weekdays: + 'Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo'.split( + '_' + ), weekdaysShort: 'Lis_Umb_Lsb_Les_Lsi_Lsh_Umg'.split('_'), weekdaysMin: 'Li_Us_Lb_Lt_Ls_Lh_Ug'.split('_'), weekdaysParseExact: true, |