fix timeline dropdowns

This commit is contained in:
bunnybeam 2025-12-09 20:45:19 +00:00
parent 8c196d5cb2
commit e37d726a94
No known key found for this signature in database
3 changed files with 42 additions and 3 deletions

10
locales/index.d.ts vendored
View file

@ -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;