fix timeline dropdowns
This commit is contained in:
parent
8c196d5cb2
commit
e37d726a94
3 changed files with 42 additions and 3 deletions
10
locales/index.d.ts
vendored
10
locales/index.d.ts
vendored
|
|
@ -13673,6 +13673,16 @@ export interface Locale extends ILocale {
|
|||
* Background queue
|
||||
*/
|
||||
"backgroundQueue": string;
|
||||
"_header": {
|
||||
/**
|
||||
* Browse
|
||||
*/
|
||||
"browse": string;
|
||||
/**
|
||||
* Manage
|
||||
*/
|
||||
"manage": string;
|
||||
};
|
||||
}
|
||||
declare const locales: {
|
||||
[lang: string]: Locale;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue