diff options
author | James D. Forrester <jforrester@wikimedia.org> | 2020-05-04 11:45:09 -0700 |
---|---|---|
committer | James D. Forrester <jforrester@wikimedia.org> | 2020-05-12 12:07:48 -0700 |
commit | 5ae0192d60a5abc97d80cb926fe33d1d9f699bf6 (patch) | |
tree | c9492cc4c633f0fc3ec80b2878285a6da3d25e29 /resources/lib/moment/locale/ug-cn.js | |
parent | e25e5ec7386f3334ac97c1171d327cb2b12b85ed (diff) | |
download | mediawikicore-5ae0192d60a5abc97d80cb926fe33d1d9f699bf6.tar.gz mediawikicore-5ae0192d60a5abc97d80cb926fe33d1d9f699bf6.zip |
resources: Upgrade moment from 2.24.0 to 2.25.2; hook in gom-deva & zh-mo
We don't have en-IN, oc-LNC, or fil (Filipino) at all; we have tl-pl
already hooked up, but that should probably change to just tl.
Bug: T251696
Change-Id: Ic508615a270a90df4828f0946a06672da42f7ae9
Diffstat (limited to 'resources/lib/moment/locale/ug-cn.js')
-rw-r--r-- | resources/lib/moment/locale/ug-cn.js | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/resources/lib/moment/locale/ug-cn.js b/resources/lib/moment/locale/ug-cn.js index d6c9d654959a..09cea4066933 100644 --- a/resources/lib/moment/locale/ug-cn.js +++ b/resources/lib/moment/locale/ug-cn.js @@ -1,4 +1,6 @@ //! moment.js language configuration +//! locale : Uyghur (China) [ug-cn] +//! author: boyaq : https://github.com/boyaq ;(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' @@ -7,6 +9,7 @@ factory(global.moment) }(this, (function (moment) { 'use strict'; + //! moment.js language configuration var ugCn = moment.defineLocale('ug-cn', { months: 'يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر'.split( @@ -26,7 +29,7 @@ L: 'YYYY-MM-DD', LL: 'YYYY-يىلىM-ئاينىڭD-كۈنى', LLL: 'YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm', - LLLL: 'dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm' + LLLL: 'dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm', }, meridiemParse: /يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/, meridiemHour: function (hour, meridiem) { @@ -67,7 +70,7 @@ nextWeek: '[كېلەركى] dddd [سائەت] LT', lastDay: '[تۆنۈگۈن] LT', lastWeek: '[ئالدىنقى] dddd [سائەت] LT', - sameElse: 'L' + sameElse: 'L', }, relativeTime: { future: '%s كېيىن', @@ -83,7 +86,7 @@ M: 'بىر ئاي', MM: '%d ئاي', y: 'بىر يىل', - yy: '%d يىل' + yy: '%d يىل', }, dayOfMonthOrdinalParse: /\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/, @@ -109,8 +112,8 @@ week: { // GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效 dow: 1, // Monday is the first day of the week. - doy: 7 // The week that contains Jan 1st is the first week of the year. - } + doy: 7, // The week that contains Jan 1st is the first week of the year. + }, }); return ugCn; |