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/english.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/english.ts')
| -rw-r--r-- | src/lib/Locale/english.ts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/lib/Locale/english.ts b/src/lib/Locale/english.ts index 9e0868d0..fe449d34 100644 --- a/src/lib/Locale/english.ts +++ b/src/lib/Locale/english.ts @@ -216,6 +216,20 @@ const English: Locale = { long: "Today's Character Birthdays" } } + }, + debug: { + clearCaches: 'Clear anime and manga list caches', + resetAllSettings: { + title: 'Reset ALL settings', + hint: 'Resets all settings present on this page to their default values' + }, + clearLocalStorage: { + title: 'Clear', + hint1: + 'Resets all of your settings to their default values and clears both AniList media list and manga data caches', + hint2: + 'If you are having issues with data loading or logging out, it is recommended to clear your site data.' + } } }; |