Skip to content

Commit

Permalink
Merge pull request #20 from shahabfar/hotfix-ArabicCalendarConstantsName
Browse files Browse the repository at this point in the history
hotfix: Correct arabic calendar constant name
  • Loading branch information
shahabfar authored Apr 6, 2024
2 parents d80a326 + 189a589 commit 1ea8ac2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Persia.Net/Constants/IslamicCalendarConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ public class IslamicCalendarConstants
/// <summary>
/// Month names in Islamic calendar.
/// </summary>
public static readonly string[] Months = ["محرم", "صفر", "ربیع الاول", "ربیع الثانی", "جمادی الاولی", "جمادی الثانیة", "رجب", "شعبان", "رمضان", "شوال", "ذی قعده", "ذی حجّه"];
public static readonly string[] Months = ["محرم", "صفر", "ربیع الاول", "ربیع الثانی", "جمادی الاولی", "جمادی الثانیة", "رجب", "شعبان", "رمضان", "شوال", "ذو القعدة", "ذو الحجة"];

/// <summary>
/// Weekday names in Islamic calendar (Arabic)
/// </summary>
public static readonly string[] Weekdays = ["اسبت", "الاحد", "الاثنین", "اثلاثا", "الاربعا", "الخمیس", "اجمعه"];
public static readonly string[] Weekdays = ["السبت", "الأحد", "الإثنین", "الثلاثاء", "الأربعاء", "الخمیس", "الجمعة"];
}
6 changes: 3 additions & 3 deletions src/Persia.Net/Persia.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<AssemblyCompany>Shahabfar</AssemblyCompany>
<AssemblyProduct>Persia.Net</AssemblyProduct>
<AssemblyCopyright>Majid Shahabfar 2024</AssemblyCopyright>
<AssemblyVersion>4.1</AssemblyVersion>
<FileVersion>4.1</FileVersion>
<ProductVersion>4.1</ProductVersion>
<AssemblyVersion>4.1.1</AssemblyVersion>
<FileVersion>4.1.1</FileVersion>
<ProductVersion>4.1.1</ProductVersion>
<PackageIcon>persia-icon.png</PackageIcon>
</PropertyGroup>

Expand Down

0 comments on commit 1ea8ac2

Please sign in to comment.