diff --git a/src/components/Sidebar/Sidebar.svelte b/src/components/Sidebar/Sidebar.svelte index c5df5b21..96a15f1f 100644 --- a/src/components/Sidebar/Sidebar.svelte +++ b/src/components/Sidebar/Sidebar.svelte @@ -121,6 +121,7 @@ { label: $t('sidebar.artifacts'), href: '/artifacts' }, { label: $t('sidebar.fishing'), href: '/fishing' }, { label: $t('sidebar.radiantSpincrystal'), href: '/radiant-spincrystal' }, + { label: $t('sidebar.recipe'), href: '/recipe' }, { label: $t('sidebar.calendar'), href: '/calendar' }, { label: $t('sidebar.banners'), href: '/banners' }, ]} diff --git a/src/locales/en.json b/src/locales/en.json index e2c5b6b7..21d7ed60 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -15,6 +15,7 @@ "artifacts": "Artifacts", "fishing": "Fishing", "radiantSpincrystal": "Radiant Spincrystal", + "recipe": "Recipe", "calendar": "Calendar", "banners": "Character Reruns", "tcg": "TCG", diff --git a/src/routes/settings/index.svelte b/src/routes/settings/index.svelte index 510fce30..31c1312a 100644 --- a/src/routes/settings/index.svelte +++ b/src/routes/settings/index.svelte @@ -188,6 +188,7 @@ 'furnishing-set-character', 'fishing', 'spincrystals', + 'recipe', ]; for (let k of keyWillBeDeleted) { @@ -230,6 +231,7 @@ 'furnishing-set-character', 'fishing', 'spincrystals', + 'recipe', ]; for (let k of keyWillBeDeleted) { @@ -275,6 +277,7 @@ 'furnishing-set-character', 'fishing', 'spincrystals', + 'recipe', ]; const temp = {};