From a50a45f4c350091693d3d2d8d3856de47fcc09f4 Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Mon, 29 Aug 2022 15:48:56 +0100 Subject: [PATCH] add translation options --- src/utils/tabs.js | 1 - src/views/settings/components/tabs.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/utils/tabs.js b/src/utils/tabs.js index 2c2e2883..eaf92024 100644 --- a/src/utils/tabs.js +++ b/src/utils/tabs.js @@ -4,7 +4,6 @@ export const tabs = [ { label: 'Captcha', path: 'captcha', tab: ':captcha' }, { label: 'Emoji', path: 'emoji', tab: ':emoji' }, { label: 'Frontend', path: 'frontend', tab: ':frontend' }, - { label: 'Gopher', path: 'gopher', tab: ':gopher' }, { label: 'HTTP', path: 'http', tab: ':http' }, { label: 'Instance', path: 'instance', tab: ':instance' }, { label: 'Job queue', path: 'job-queue', tab: ':job_queue' }, diff --git a/src/views/settings/components/tabs.js b/src/views/settings/components/tabs.js index a0e4d0e9..6bf13028 100644 --- a/src/views/settings/components/tabs.js +++ b/src/views/settings/components/tabs.js @@ -26,7 +26,7 @@ export const tabs = description => { }, 'instance': { label: 'settings.instance', - settings: [':admin_token', ':instance', ':instance_panel', ':instances_favicons', ':welcome', ':manifest', 'Pleroma.User', 'Pleroma.ScheduledActivity', ':uri_schemes', ':feed', ':streamer', ':restrict_unauthenticated'] + settings: [':admin_token', ':instance', ':instance_panel', ':instances_favicons', ':welcome', ':manifest', 'Pleroma.User', 'Pleroma.ScheduledActivity', ':uri_schemes', ':feed', ':streamer', ':restrict_unauthenticated', ':translator', ':deepl', ':libre_translate'] }, 'job-queue': { label: 'settings.jobQueue',