@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
20 lines • 631 B
TypeScript
/**
* Exact same as monthStr in monthStrings except this one has de and fr that DOES NOT match IFPSDateLanguageObject
* Consider standardizing this...
*
* Search found these repos use this object: ECStorage, TrackMyTime7v2021, Drilldown7, InfoIIs, gridcharts, Pivot-Tiles
* Deprecated repos: TrackMyTime7, drill-down
*/
export declare const monthStrDEPRECATED: {
'en-us': string[];
es: string[];
de: string[];
fr: string[];
ja: string[];
ch: string[];
ko: string[];
thai: string[];
swe: string[];
'ro-ro': string[];
};
//# sourceMappingURL=monthStrOldKeys.d.ts.map