@cafebazaar/emrooz
Version:
Emrooz is a multilingual calendar built for Vue3. It also supports both Shamsi (Persian / Jalali) and Gregorian (English) calendars.
35 lines (34 loc) • 659 B
TypeScript
export declare const shamsi: {
en: {
monthNames: string[];
dayHeaderNames: string[];
};
fa: {
monthNames: string[];
dayHeaderNames: string[];
};
};
export declare const miladi: {
en: {
monthNames: string[];
dayHeaderNames: string[];
};
fa: {
monthNames: string[];
dayHeaderNames: string[];
};
};
export declare const general: {
fa: {
to: string;
goToToday: string;
apply: string;
commonDates: string;
};
en: {
to: string;
goToToday: string;
apply: string;
commonDates: string;
};
};