From e8f574892dbec351c495368af9747e7afb8d6038 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 6 Feb 2024 06:14:28 -0800 Subject: feat(locale): localise debug settings --- src/lib/Locale/english.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/lib/Locale/english.ts') 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.' + } } }; -- cgit v1.2.3