summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorMarie <github@yuugi.dev>2025-04-06 00:16:36 +0200
committerMarie <github@yuugi.dev>2025-04-06 00:16:36 +0200
commit2b510dc2daac846463344c46bd055f332aaadf5d (patch)
treed29e59557d12db8040d2ca668459c6918172bfcf /locales
parentmerge: Prevent streaming API denial-of-service (resolves #1019) (!951) (diff)
downloadsharkey-2b510dc2daac846463344c46bd055f332aaadf5d.tar.gz
sharkey-2b510dc2daac846463344c46bd055f332aaadf5d.tar.bz2
sharkey-2b510dc2daac846463344c46bd055f332aaadf5d.zip
upd: add `deleteThisAccountConfirm`
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 25bb43de22..c4e2033ddc 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -11586,6 +11586,10 @@ export interface Locale extends ILocale {
*/
"oneko": string;
/**
+ * This will irreversibly delete this account. Proceed?
+ */
+ "deleteThisAccountConfirm": string;
+ /**
* Enable Achievements
*/
"enableAchievements": string;