Skip to content

Commit

Permalink
fix: fix arabic names for Jumada months
Browse files Browse the repository at this point in the history
closes #4
  • Loading branch information
amrbashir committed Dec 8, 2024
1 parent 15f07f7 commit eaa5ace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/kotlin/me/amrbashir/hijriwidget/HijriDate.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ val AR_MONTHS = arrayOf(
"صَفَر",
"رَبِيع الأوَّل",
"رَبِيع الثَّاني",
"جُمَادى الأوَّل",
"جُمَادى الثَّاني",
"جُمَادى الأولى",
"جُمَادى الآخرة",
"رَجَب",
"شَعْبَان",
"رَمَضَان",
Expand Down

0 comments on commit eaa5ace

Please sign in to comment.