mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-08 16:40:30 +08:00
Merge pull request #2547 from StefanSchoof/master
Added calendar Property to GlobalizeCulture
This commit is contained in:
Vendored
+1
@@ -91,6 +91,7 @@ interface GlobalizeCulture {
|
||||
isRTL: boolean;
|
||||
language: string;
|
||||
numberFormat: GlobalizeNumberFormat;
|
||||
calendar: GlobalizeCalendar;
|
||||
calendars: GlobalizeCalendars;
|
||||
messages: any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user