mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Corrected Persian month name. Fixes #6800.
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Orchard.Localization.Services {
|
||||
var persianFormats = (DateTimeFormatInfo)original.Clone();
|
||||
|
||||
var persianCalendarMonthNames = new[] {
|
||||
"فررودین",
|
||||
"فروردین",
|
||||
"اردیبهشت",
|
||||
"خرداد",
|
||||
"تیر",
|
||||
|
||||
Reference in New Issue
Block a user