Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing arabic language (code included) #145

Open
ibraheem-ghazi opened this issue May 22, 2018 · 0 comments
Open

missing arabic language (code included) #145

ibraheem-ghazi opened this issue May 22, 2018 · 0 comments

Comments

@ibraheem-ghazi
Copy link

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:"إعادة",

			});
					```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant