File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { CalendarSystemBase } from './calendarSystems/CalendarSystemBase';
5
5
// All Calendar Systems known to Intl API (alphabetical order)
6
6
// 'buddhist' | 'chinese' | 'coptic' | 'dangi' | 'ethioaa' | 'ethiopic' | 'gregory' | 'hebrew' | 'indian' | 'islamic' | 'islamic-civil' | 'islamic-rgsa' | 'islamic-tbla' | 'islamic-umalqura' | 'islamicc' | 'iso8601' | 'japanese' | 'persian' | 'roc'
7
7
// Our supported Calendar Systems (alphabetical order)
8
- export type CalendarSystem = 'gregory' | 'persian' ;
8
+ export type CalendarSystem = 'gregory' | 'persian' | 'islamic' ;
9
9
// TODO: export type CalendarSystem = 'gregory' | 'persian' | 'islamic' | 'islamic-umalqura' | 'hebrew' | 'ethiopic';
10
10
// ! Note that we use the default "islamic-umalqura" calendar system for "islamic" calendar system
11
11
You can’t perform that action at this time.
0 commit comments