You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/definitions/location.ts
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -91,12 +91,6 @@ export type LocationDefinition = LocaleEntry<{
91
91
ordinal_abbr: string[];
92
92
};
93
93
94
-
/**
95
-
* The abbreviated names of the compass directions.
96
-
* First the 4 cardinal directions, then the 4 ordinal directions.
97
-
*/
98
-
direction_abbr: string[];
99
-
100
94
/**
101
95
* The pattern used to generate building numbers. Since building numbers rarely start with 0, any consecutive # characters will be replaced by a number without a leading zero.
0 commit comments