bug fix
This commit is contained in:
parent
8c4a08c383
commit
5623960efa
16 changed files with 183 additions and 49 deletions
20
locales/index.d.ts
vendored
20
locales/index.d.ts
vendored
|
|
@ -2563,6 +2563,16 @@ export interface Locale {
|
|||
};
|
||||
};
|
||||
};
|
||||
"_schedulePost": {
|
||||
"list": string;
|
||||
"postDate": string;
|
||||
"postTime": string;
|
||||
"localTime": string;
|
||||
"addSchedule": string;
|
||||
"willBePostedAtX": string;
|
||||
"deleteAreYouSure": string;
|
||||
"deleteAndEditConfirm": string;
|
||||
};
|
||||
"_dataSaver": {
|
||||
"_media": {
|
||||
"title": string;
|
||||
|
|
@ -2581,16 +2591,6 @@ export interface Locale {
|
|||
"description": string;
|
||||
};
|
||||
};
|
||||
"_schedulePost": {
|
||||
"list": string;
|
||||
"postDate": string;
|
||||
"postTime": string;
|
||||
"localTime": string;
|
||||
"addSchedule": string;
|
||||
"willBePostedAtX": string;
|
||||
"deleteAreYouSure": string;
|
||||
"deleteAndEditConfirm": string;
|
||||
};
|
||||
}
|
||||
declare const locales: {
|
||||
[lang: string]: Locale;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue