DateTimePicker icon indicating copy to clipboard operation
DateTimePicker copied to clipboard

missing arabic language (code included)

Open ibraheem-ghazi opened this issue 6 years ago • 0 comments

Hi i found that this plugin missing arabic language please add it

 $.DateTimePicker.i18n["ar"] = $.extend($.DateTimePicker.i18n["ar"], {

				language: "ar",

				dateTimeFormat: "dd-MM-yyyy HH:mm",
				dateFormat: "dd-MM-yyyy",
				timeFormat: "HH:mm",

				shortDayNames:["الأحد", "الإثنين", "الثلاثاء", "الاربعاء", "الخميس", "الجمعة", "السبت"],
				fullDayNames:["الأحد", "الإثنين", "الثلاثاء", "الاربعاء", "الخميس", "الجمعة", "السبت"],
				shortMonthNames:["يانير", "فبراير", "مارس", "أبريل", "مايو", "يونيو", "يوليو", "أغسطس", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر"],
				fullMonthNames:["يانير", "فبراير", "مارس", "أبريل", "مايو", "يونيو", "يوليو", "أغسطس", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر"],

				titleContentDate:"اختر التاريخ",
				titleContentTime:"اختر الوقت",
				titleContentDateTime:"اختر الوقت و التاريخ",
				setButtonContent:"جفظ",
				clearButtonContent:"إعادة",

			});
					```

ibraheem-ghazi avatar May 22 '18 11:05 ibraheem-ghazi