Edit D:\xinhaisoft\crisis_new\api\node_modules\moment\src\locale\vi.js
//! moment.js locale configuration //! locale : Vietnamese [vi] //! author : Bang Nguyen : https://github.com/bangnk //! author : Chien Kira : https://github.com/chienkira import moment from '../moment'; export default moment.defineLocale('vi', { months: 'th?ng 1_th?ng 2_th?ng 3_th?ng 4_th?ng 5_th?ng 6_th?ng 7_th?ng 8_th?ng 9_th?ng 10_th?ng 11_th?ng 12'.split( '_' ), monthsShort: 'Thg 01_Thg 02_Thg 03_Thg 04_Thg 05_Thg 06_Thg 07_Thg 08_Thg 09_Thg 10_Thg 11_Thg 12'.split( '_' ), monthsParseExact: true, weekdays: 'ch?? nh??_th?? hai_th?? ba_th?? t?_th?? n?m_th?? s?u_th?? b??'.split( '_' ), weekdaysShort: 'CN_T2_T3_T4_T5_T6_T7'.split('_'), weekdaysMin: 'CN_T2_T3_T4_T5_T6_T7'.split('_'), weekdaysParseExact: true, meridiemParse: /sa|ch/i, isPM: function (input) { return /^ch$/i.test(input); }, meridiem: function (hours, minutes, isLower) { if (hours < 12) { return isLower ? 'sa' : 'SA'; } else { return isLower ? 'ch' : 'CH'; } }, longDateFormat: { LT: 'HH:mm', LTS: 'HH:mm:ss', L: 'DD/MM/YYYY', LL: 'D MMMM [n?m] YYYY', LLL: 'D MMMM [n?m] YYYY HH:mm', LLLL: 'dddd, D MMMM [n?m] YYYY HH:mm', l: 'DD/M/YYYY', ll: 'D MMM YYYY', lll: 'D MMM YYYY HH:mm', llll: 'ddd, D MMM YYYY HH:mm', }, calendar: { sameDay: '[H?m nay l?c] LT', nextDay: '[Ng?y mai l?c] LT', nextWeek: 'dddd [tu?? t?? l?c] LT', lastDay: '[H?m qua l?c] LT', lastWeek: 'dddd [tu?? tr??? l?c] LT', sameElse: 'L', }, relativeTime: { future: '%s t??', past: '%s tr???', s: 'v?i gi?y', ss: '%d gi?y', m: 'm?? ph?t', mm: '%d ph?t', h: 'm?? gi??', hh: '%d gi??', d: 'm?? ng?y', dd: '%d ng?y', w: 'm?? tu??', ww: '%d tu??', M: 'm?? th?ng', MM: '%d th?ng', y: 'm?? n?m', yy: '%d n?m', }, dayOfMonthOrdinalParse: /\d{1,2}/, ordinal: function (number) { return number; }, week: { dow: 1, // Monday is the first day of the week. doy: 4, // The week that contains Jan 4th is the first week of the year. }, });
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de