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.
		
		
		
		
		
			
		
			
				
					
					
						
							15 lines
						
					
					
						
							949 B
						
					
					
				
			
		
		
	
	
							15 lines
						
					
					
						
							949 B
						
					
					
				| /**
 | |
|  * Arabic translation for bootstrap-datepicker
 | |
|  * Mohammed Alshehri <alshehri866@gmail.com>
 | |
|  */
 | |
| ;(function($){
 | |
|     $.fn.datepicker.dates['ar'] = {
 | |
|         days: ["الأحد", "الاثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة", "السبت", "الأحد"],
 | |
|         daysShort: ["أحد", "اثنين", "ثلاثاء", "أربعاء", "خميس", "جمعة", "سبت", "أحد"],
 | |
|         daysMin: ["ح", "ن", "ث", "ع", "خ", "ج", "س", "ح"],
 | |
|         months: ["يناير", "فبراير", "مارس", "أبريل", "مايو", "يونيو", "يوليو", "أغسطس", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر"],
 | |
|         monthsShort: ["يناير", "فبراير", "مارس", "أبريل", "مايو", "يونيو", "يوليو", "أغسطس", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر"],
 | |
|         today: "هذا اليوم",
 | |
|         rtl: true
 | |
|     };
 | |
| }(jQuery));
 | |
| 
 |