You are here

private static property CalendarSystemsPoorMansJaliliCalendar::$order_conv in Calendar Systems 8.3

File

src/CalendarSystems/CalendarSystemsPoorMansJaliliCalendar.php, line 110
Fallback calendar implementation in case php-intl is not avaiable.

Class

CalendarSystemsPoorMansJaliliCalendar
Jalali calendar for calendar_systems.

Namespace

Drupal\calendar_systems\CalendarSystems

Code

private static $order_conv = [
  'یکم',
  'دوم',
  'سوم',
  'چهارم',
  'پنجم',
  'ششم',
  'هفتم',
  'هشتم',
  'نهم',
  'دهم',
  'یازدهم',
  'دوازده‌ام',
  'سیزده‌ام',
  'چهارده‌ام',
  'پانزده‌ام',
  'شانزده‌ام',
  'هفده‌ام',
  'هجده‌ام',
  'نوزده‌ام',
  'بیست‌ام',
  'بیست‌ویکم',
  'بیست‌ودوم',
  'بیست‌وسوم',
  'بیست‌وچهارم',
  'بیست‌وپنجم',
  'بیست‌وششم',
  'بیست‌وهفتم',
  'بیست‌وهشتم',
  'بیست‌ونهم',
  'سی‌ام',
  'سی‌ویکم',
  'سی‌ودوم',
];