View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1143 Closes #801 Approved-by: Hazelnoot <acomputerdog@gmail.com> Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
commit
559a7566ab
7 changed files with 130 additions and 28 deletions
30
locales/index.d.ts
vendored
30
locales/index.d.ts
vendored
|
|
@ -13285,6 +13285,36 @@ export interface Locale extends ILocale {
|
|||
* Signup Reason
|
||||
*/
|
||||
"signupReason": string;
|
||||
"clearCachedFilesOptions": {
|
||||
/**
|
||||
* Delete all cached remote files
|
||||
*/
|
||||
"title": string;
|
||||
/**
|
||||
* Only delete files older than:
|
||||
*/
|
||||
"olderThan": string;
|
||||
/**
|
||||
* now
|
||||
*/
|
||||
"now": string;
|
||||
/**
|
||||
* one week
|
||||
*/
|
||||
"oneWeek": string;
|
||||
/**
|
||||
* one month
|
||||
*/
|
||||
"oneMonth": string;
|
||||
/**
|
||||
* one year
|
||||
*/
|
||||
"oneYear": string;
|
||||
/**
|
||||
* Don't delete files used as avatars&c
|
||||
*/
|
||||
"keepFilesInUse": string;
|
||||
};
|
||||
}
|
||||
declare const locales: {
|
||||
[lang: string]: Locale;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue