1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-10-01 04:27:39 +02:00

add UmAlQuraCalendar

This commit is contained in:
Kyle Spearrin 2018-08-13 07:55:26 -04:00
parent 16ee34d7a7
commit e70dbf8d8d

View File

@ -321,6 +321,7 @@ namespace Bit.App
// Calendars are removed by linker. ref https://bugzilla.xamarin.com/show_bug.cgi?id=59077
new System.Globalization.ThaiBuddhistCalendar();
new System.Globalization.HijriCalendar();
new System.Globalization.UmAlQuraCalendar();
}
}
}