You can not select more than 25 topics 
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long. 
		
		
		
		
		
			
	
	
		
			
	
		
			This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
		 
	
		
		
			
				
				
					
						
						
						
							// Kyrgyz [ky]
  
						
						
						
							import  dayjs  from  '../index' ; 
 
						
						
						
							var  locale  =  { 
 
						
						
						
							  name :  'ky' , 
 
						
						
						
							  weekdays :  'Же е б ү б ү е е б а р е б е е б у а е б  . split ( '_' ) , 
 
						
						
						
							  months :  'янва р е р а а р а р е а а г у с с е б р о б р о б р е а б р  . split ( '_' ) , 
 
						
						
						
							  weekStart :  1 , 
 
						
						
						
							  weekdaysShort :  'Же ү е а р е у е  . split ( '_' ) , 
 
						
						
						
							  monthsShort :  'янв_фе а р а р а а г с е о о е  . split ( '_' ) , 
 
						
						
						
							  weekdaysMin :  'Жк_Дй_Шй_Шр  . split ( '_' ) , 
 
						
						
						
							  ordinal :  function  ordinal ( n )  { 
 
						
						
						
							    return  n ; 
 
						
						
						
							  } , 
 
						
						
						
							  formats :  { 
 
						
						
						
							    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' 
 
						
						
						
							  } , 
 
						
						
						
							  relativeTime :  { 
 
						
						
						
							    future :  '%s ичинде' , 
 
						
						
						
							    past :  '%s мурун' , 
 
						
						
						
							    s :  'бирнече секунд' , 
 
						
						
						
							    m :  'бир мүнөт' , 
 
						
						
						
							    mm :  '%d мүнөт' , 
 
						
						
						
							    h :  'бир саат' , 
 
						
						
						
							    hh :  '%d саат' , 
 
						
						
						
							    d :  'бир күн' , 
 
						
						
						
							    dd :  '%d күн' , 
 
						
						
						
							    M :  'бир ай' , 
 
						
						
						
							    MM :  '%d ай' , 
 
						
						
						
							    y :  'бир жыл' , 
 
						
						
						
							    yy :  '%d жыл' 
 
						
						
						
							  } 
 
						
						
						
							} ; 
 
						
						
						
							dayjs . locale ( locale ,  null ,  true ) ; 
 
						
						
						
							export  default  locale ;