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.
		
		
		
		
		
			
		
			
				
					
					
						
							16 lines
						
					
					
						
							671 B
						
					
					
				
			
		
		
	
	
							16 lines
						
					
					
						
							671 B
						
					
					
				/**
 | 
						|
 * Turkish translation for bootstrap-datepicker
 | 
						|
 * Serkan Algur <kaisercrazy_2@hotmail.com>
 | 
						|
 */
 | 
						|
;(function($){
 | 
						|
	$.fn.datepicker.dates['tr'] = {
 | 
						|
		days: ["Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi", "Pazar"],
 | 
						|
		daysShort: ["Pz", "Pzt", "Sal", "Çrş", "Prş", "Cu", "Cts", "Pz"],
 | 
						|
		daysMin: ["Pz", "Pzt", "Sa", "Çr", "Pr", "Cu", "Ct", "Pz"],
 | 
						|
		months: ["Ocak", "Şubat", "Mart", "Nisan", "Mayıs", "Haziran", "Temmuz", "Ağustos", "Eylül", "Ekim", "Kasım", "Aralık"],
 | 
						|
		monthsShort: ["Oca", "Şub", "Mar", "Nis", "May", "Haz", "Tem", "Ağu", "Eyl", "Eki", "Kas", "Ara"],
 | 
						|
		today: "Bugün",
 | 
						|
		format: "dd.mm.yyyy"
 | 
						|
	};
 | 
						|
}(jQuery));
 | 
						|
 | 
						|
 |