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.
		 
	
		
		
			
				
				
					
						
						
						
							// Armenian [hy-am]
  
						
						
						
							import  dayjs  from  '../index' ; 
 
						
						
						
							var  locale  =  { 
 
						
						
						
							  name :  'hy-am' , 
 
						
						
						
							  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 ;