5
;(function (global, factory) {
6
typeof exports === 'object' && typeof module !== 'undefined'
7
&& typeof require === 'function' ? factory(require('../moment')) :
8
typeof define === 'function' && define.amd ? define(['../moment'], factory) :
10
}(this, (function (moment) { 'use strict';
14
var uzLatn = moment.defineLocale('uz-latn', {
15
months: 'Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr'.split(
18
monthsShort: 'Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek'.split('_'),
19
weekdays: 'Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba'.split(
22
weekdaysShort: 'Yak_Dush_Sesh_Chor_Pay_Jum_Shan'.split('_'),
23
weekdaysMin: 'Ya_Du_Se_Cho_Pa_Ju_Sha'.split('_'),
29
LLL: 'D MMMM YYYY HH:mm',
30
LLLL: 'D MMMM YYYY, dddd HH:mm',
33
sameDay: '[Bugun soat] LT [da]',
34
nextDay: '[Ertaga] LT [da]',
35
nextWeek: 'dddd [kuni soat] LT [da]',
36
lastDay: '[Kecha soat] LT [da]',
37
lastWeek: "[O'tgan] dddd [kuni soat] LT [da]",
41
future: 'Yaqin %s ichida',
42
past: 'Bir necha %s oldin',