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.
		 
	
		
		
			
				
				
					
						
						
						
							// Kazakh [kk]
  
						
						
						
							import  dayjs  from  '../index' ; 
 
						
						
						
							var  locale  =  { 
 
						
						
						
							  name :  'kk' , 
 
						
						
						
							  weekdays :  'же с е б і ү с е б і с е с е б і с р с е б і б е с е б і а с е б і  . split ( '_' ) , 
 
						
						
						
							  weekdaysShort :  'же ү с е с р б е с е  . split ( '_' ) , 
 
						
						
						
							  weekdaysMin :  'жк_дй_с с р б с  . split ( '_' ) , 
 
						
						
						
							  months :  'қа а р а а а у р с у і р а р а у с і е а р ү е а а а р а а е о с а  . split ( '_' ) , 
 
						
						
						
							  monthsShort :  'қа а а у с у а а у і а р а а р е  . split ( '_' ) , 
 
						
						
						
							  weekStart :  1 , 
 
						
						
						
							  relativeTime :  { 
 
						
						
						
							    future :  '%s ішінде' , 
 
						
						
						
							    past :  '%s бұрын' , 
 
						
						
						
							    s :  'бірнеше секунд' , 
 
						
						
						
							    m :  'б і р  , 
 
						
						
						
							    mm :  '%d минут' , 
 
						
						
						
							    h :  'б і р  , 
 
						
						
						
							    hh :  '%d сағат' , 
 
						
						
						
							    d :  'б і р  , 
 
						
						
						
							    dd :  '%d күн' , 
 
						
						
						
							    M :  'б і р  , 
 
						
						
						
							    MM :  '%d ай' , 
 
						
						
						
							    y :  'б і р  , 
 
						
						
						
							    yy :  '%d жыл' 
 
						
						
						
							  } , 
 
						
						
						
							  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' 
 
						
						
						
							  } 
 
						
						
						
							} ; 
 
						
						
						
							dayjs . locale ( locale ,  null ,  true ) ; 
 
						
						
						
							export  default  locale ;