fix language switching close #51
This commit is contained in:
9
src/vueLib/models/qDateLocale.ts
Normal file
9
src/vueLib/models/qDateLocale.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export interface QDateLocale {
|
||||
days: string[];
|
||||
daysShort: string[];
|
||||
months: string[];
|
||||
monthsShort: string[];
|
||||
firstDayOfWeek: number;
|
||||
format24h: boolean;
|
||||
pluralDay: string;
|
||||
}
|
||||
Reference in New Issue
Block a user