mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
migrate i18n helper.js some code to typescript and migrate vue file to composition API and typescript
This commit is contained in:
@@ -62,6 +62,11 @@ export interface LocalizedRecentMonthDateRange {
|
||||
readonly displayName: string;
|
||||
}
|
||||
|
||||
export interface LocalizedMeridiemIndicator {
|
||||
readonly values: string[];
|
||||
readonly displayValues: string[];
|
||||
}
|
||||
|
||||
export class YearUnixTime implements UnixTimeRange {
|
||||
public readonly year: number;
|
||||
public readonly minUnixTime: number;
|
||||
|
||||
Reference in New Issue
Block a user