Edit D:\xinhaisoft\crisis_new\api\node_modules\moment\src\locale\tk.js
//! moment.js locale configuration //! locale : Turkmen [tk] //! author : Atamyrat Abdyrahmanov : https://github.com/atamyratabdy import moment from '../moment'; var suffixes = { 1: "'inji", 5: "'inji", 8: "'inji", 70: "'inji", 80: "'inji", 2: "'nji", 7: "'nji", 20: "'nji", 50: "'nji", 3: "'?nji", 4: "'?nji", 100: "'?nji", 6: "'njy", 9: "'unjy", 10: "'unjy", 30: "'unjy", 60: "'ynjy", 90: "'ynjy", }; export default moment.defineLocale('tk', { months: '?anwar_Fewral_Mart_Aprel_Ma?_I?un_I?ul_Awgust_Sent?abr_Okt?abr_No?abr_Dekabr'.split( '_' ), monthsShort: '?an_Few_Mar_Apr_Ma?_I?n_I?l_Awg_Sen_Okt_No?_Dek'.split('_'), weekdays: '?ek?enbe_Du?enbe_Si?enbe_?ar?enbe_Pen?enbe_Anna_?enbe'.split( '_' ), weekdaysShort: '?ek_Du?_Si?_?ar_Pen_Ann_?en'.split('_'), weekdaysMin: '?k_D?_S?_?r_Pn_An_?n'.split('_'), longDateFormat: { LT: 'HH:mm', LTS: 'HH:mm:ss', L: 'DD.MM.YYYY', LL: 'D MMMM YYYY', LLL: 'D MMMM YYYY HH:mm', LLLL: 'dddd, D MMMM YYYY HH:mm', }, calendar: { sameDay: '[bug?n sagat] LT', nextDay: '[ertir sagat] LT', nextWeek: '[indiki] dddd [sagat] LT', lastDay: '[d??n] LT', lastWeek: '[ge?en] dddd [sagat] LT', sameElse: 'L', }, relativeTime: { future: '%s so?', past: '%s ??', s: 'birn??e sekunt', m: 'bir minut', mm: '%d minut', h: 'bir sagat', hh: '%d sagat', d: 'bir g?n', dd: '%d g?n', M: 'bir a?', MM: '%d a?', y: 'bir ?yl', yy: '%d ?yl', }, ordinal: function (number, period) { switch (period) { case 'd': case 'D': case 'Do': case 'DD': return number; default: if (number === 0) { // special case for zero return number + "'unjy"; } var a = number % 10, b = (number % 100) - a, c = number >= 100 ? 100 : null; return number + (suffixes[a] || suffixes[b] || suffixes[c]); } }, week: { dow: 1, // Monday is the first day of the week. doy: 7, // The week that contains Jan 7th is the first week of the year. }, });
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de