diff options
| author | Fuwn <[email protected]> | 2024-02-06 06:14:28 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-02-06 06:14:28 -0800 |
| commit | e8f574892dbec351c495368af9747e7afb8d6038 (patch) | |
| tree | a69f793243b87b6ff815769261ddf5db27ed1bfb /src/lib/Locale/layout.ts | |
| parent | feat(settings): recommend site data clear (diff) | |
| download | due.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.ts | 12 |
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; + }; + }; } |