Skip to content

added different names of months in Arabic language #803

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 23 additions & 9 deletions dateparser/data/date_translation_data/ar.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,32 @@
"مارس"
],
"april": [
"أبريل"
"أبريل",
"ابريل"
],
"may": [
"مايو"
],
"june": [
"يونيو"
"يونيو",
"يونيه",
"يونية"
],
"july": [
"يوليو"
"يوليو",
"يوليه",
"يولية"
],
"august": [
"أغسطس"
"أغسطس",
"اغسطس"
],
"september": [
"سبتمبر"
],
"october": [
"أكتوبر"
"أكتوبر",
"اكتوبر"
],
"november": [
"نوفمبر"
Expand All @@ -45,19 +52,24 @@
"الثلاثاء"
],
"wednesday": [
"الأربعاء"
"الأربعاء",
"الاربعاء",
"الاربع",
"الأربع"
],
"thursday": [
"الخميس"
],
"friday": [
"الجمعة"
"الجمعة",
"الجمعه"
],
"saturday": [
"السبت"
],
"sunday": [
"الأحد"
"الأحد",
"الاحد"
],
"am": [
"صباحًا",
Expand All @@ -70,6 +82,7 @@
],
"year": [
"السنة",
"السنه",
"عام",
"سنة"
],
Expand Down Expand Up @@ -97,7 +110,8 @@
],
"second": [
"الثواني",
"ثانية"
"ثانية",
"ثانيه"
],
"relative-type": {
"1 year ago": [
Expand Down