add UmAlQuraCalendar
This commit is contained in:
parent
16ee34d7a7
commit
e70dbf8d8d
|
@ -321,6 +321,7 @@ namespace Bit.App
|
||||||
// Calendars are removed by linker. ref https://bugzilla.xamarin.com/show_bug.cgi?id=59077
|
// Calendars are removed by linker. ref https://bugzilla.xamarin.com/show_bug.cgi?id=59077
|
||||||
new System.Globalization.ThaiBuddhistCalendar();
|
new System.Globalization.ThaiBuddhistCalendar();
|
||||||
new System.Globalization.HijriCalendar();
|
new System.Globalization.HijriCalendar();
|
||||||
|
new System.Globalization.UmAlQuraCalendar();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue