@@ -42,13 +42,13 @@ |
||
| 42 | 42 | { |
| 43 | 43 | |
| 44 | 44 | /** |
| 45 | - * Fetch translated file to config attribute |
|
| 46 | - */ |
|
| 45 | + * Fetch translated file to config attribute |
|
| 46 | + */ |
|
| 47 | 47 | self::$config = include __DIR__ . '/CalendarSettings/Jalali.php'; |
| 48 | 48 | |
| 49 | 49 | /** |
| 50 | - * Fetch translated expression to langTable attribute |
|
| 51 | - */ |
|
| 50 | + * Fetch translated expression to langTable attribute |
|
| 51 | + */ |
|
| 52 | 52 | self::$langTable = include __DIR__ . '/lang/' . $language . '/general.php'; |
| 53 | 53 | |
| 54 | 54 | foreach (self::$langTable as $key => $translate) { |