mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-21 11:09:53 +08:00
Merge pull request #140 from damianog/master
Update Globalize months property
This commit is contained in:
Vendored
+6
-1
@@ -49,6 +49,11 @@ interface GlobalizeDays {
|
||||
namesShort: string[];
|
||||
}
|
||||
|
||||
interface GlobalizeMonths {
|
||||
names: string[];
|
||||
namesAbbr: string[];
|
||||
}
|
||||
|
||||
interface GlobalizePatterns {
|
||||
d: string;
|
||||
D: string;
|
||||
@@ -67,7 +72,7 @@ interface GlobalizeCalendar {
|
||||
// ":": string,
|
||||
firstDay: number;
|
||||
days: GlobalizeDays;
|
||||
months: any[];
|
||||
months: GlobalizeMonths;
|
||||
AM: string[];
|
||||
PM: string[];
|
||||
eras: GlobalizeEra[];
|
||||
|
||||
Reference in New Issue
Block a user