From 6f6846b76f1ddd29cfd3316076f3dc90f9ca8d52 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Fri, 28 Jun 2024 17:57:05 +0200 Subject: [PATCH] remove google drive buttons --- website/src/lib/components/Export.svelte | 24 +++++++++--------------- website/src/lib/components/Menu.svelte | 4 ---- website/src/locales/en.json | 4 +--- 3 files changed, 10 insertions(+), 22 deletions(-) diff --git a/website/src/lib/components/Export.svelte b/website/src/lib/components/Export.svelte index 42d55ab7..c9e2356c 100644 --- a/website/src/lib/components/Export.svelte +++ b/website/src/lib/components/Export.svelte @@ -34,22 +34,20 @@ -
-
- ⚠️ - - {$_('menu.support_message')} - - ⚠️ -
- -
-
-
diff --git a/website/src/lib/components/Menu.svelte b/website/src/lib/components/Menu.svelte index 3e425030..d2960db4 100644 --- a/website/src/lib/components/Menu.svelte +++ b/website/src/lib/components/Menu.svelte @@ -154,10 +154,6 @@ {$_('menu.load_desktop')} - - - {$_('menu.load_drive')} diff --git a/website/src/locales/en.json b/website/src/locales/en.json index 13ef1d85..4019c832 100644 --- a/website/src/locales/en.json +++ b/website/src/locales/en.json @@ -10,18 +10,16 @@ "new_track": "New track", "new_segment": "New segment", "load_desktop": "Load...", - "load_drive": "Load from Google Drive...", "duplicate": "Duplicate", "copy": "Copy", "paste": "Paste", "cut": "Cut", "export": "Export...", "export_all": "Export all...", - "support_message": "The tool is free to use, but not free to run. Please consider supporting the website if you use it frequently.", + "support_message": "The tool is free to use, but not free to run. Please consider supporting the website if you use it frequently. Thank you!", "support_button": "Help keep the website free", "download_file": "Download file", "download_files": "Download files", - "save_drive": "Save to Google Drive", "edit": "Edit", "undo": "Undo", "redo": "Redo",