aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Locale/layout.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-02-06 06:14:28 -0800
committerFuwn <[email protected]>2024-02-06 06:14:28 -0800
commite8f574892dbec351c495368af9747e7afb8d6038 (patch)
treea69f793243b87b6ff815769261ddf5db27ed1bfb /src/lib/Locale/layout.ts
parentfeat(settings): recommend site data clear (diff)
downloaddue.moe-e8f574892dbec351c495368af9747e7afb8d6038.tar.xz
due.moe-e8f574892dbec351c495368af9747e7afb8d6038.zip
feat(locale): localise debug settings
Diffstat (limited to 'src/lib/Locale/layout.ts')
-rw-r--r--src/lib/Locale/layout.ts12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/lib/Locale/layout.ts b/src/lib/Locale/layout.ts
index 99ff5cae..d2af0a4c 100644
--- a/src/lib/Locale/layout.ts
+++ b/src/lib/Locale/layout.ts
@@ -220,4 +220,16 @@ export interface Locale {
};
};
};
+ debug: {
+ clearCaches: LocaleValue;
+ resetAllSettings: {
+ title: LocaleValue;
+ hint: LocaleValue;
+ };
+ clearLocalStorage: {
+ title: LocaleValue;
+ hint1: LocaleValue;
+ hint2: LocaleValue;
+ };
+ };
}