summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorHazelnoot <acomputerdog@gmail.com>2025-04-02 10:57:35 -0400
committerHazelnoot <acomputerdog@gmail.com>2025-04-02 10:59:23 -0400
commit74d301dcf1d8bb826ef9e44c1ae04497620e2a5e (patch)
treecc269c4193199648bb8e21fbca92940c37630b79 /locales
parentexclude storybook components from restricted globals rule (diff)
downloadsharkey-74d301dcf1d8bb826ef9e44c1ae04497620e2a5e.tar.gz
sharkey-74d301dcf1d8bb826ef9e44c1ae04497620e2a5e.tar.bz2
sharkey-74d301dcf1d8bb826ef9e44c1ae04497620e2a5e.zip
fix frontend lint errors
Diffstat (limited to 'locales')
-rw-r--r--locales/index.d.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts
index 9f348cdd87..17bfcce8e9 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -12868,6 +12868,10 @@ export interface Locale extends ILocale {
* The configuration property 'checkActivityPubGetSignature' has been deprecated and replaced with the new Authorized Fetch setting. Please remove it from your configuration file.
*/
"authorizedFetchLegacyWarning": string;
+ /**
+ * Deleted
+ */
+ "deleted": string;
}
declare const locales: {
[lang: string]: Locale;