From d7e08d6f7d7f38476667c517a41cdb1768059a9d Mon Sep 17 00:00:00 2001 From: poprox24 <48130451+poprox24@users.noreply.github.com> Date: Sun, 19 Oct 2025 04:34:30 +0200 Subject: [PATCH] Translate bio button (#1432) * Translation button finished * Fix bug in theme * revert cause some stuff broke * "Translated by Google" text * Translate that too * I am very stupid sorry * Add API Key * Make toggle work, oops * Fix merge issues * Fixed as requested * Change translation icon * Return settings back (oops) * Beep * Boop * Delete import again as the icon has been replaced with a better one * Change text --- .../dialogs/UserDialog/UserDialog.vue | 55 ++++++++- src/localization/en/en.json | 14 +++ src/stores/settings/advanced.js | 69 ++++++++++- .../Settings/components/Tabs/AdvancedTab.vue | 28 +++++ .../Settings/dialogs/TranslationApiDialog.vue | 115 ++++++++++++++++++ 5 files changed, 279 insertions(+), 2 deletions(-) create mode 100644 src/views/Settings/dialogs/TranslationApiDialog.vue diff --git a/src/components/dialogs/UserDialog/UserDialog.vue b/src/components/dialogs/UserDialog/UserDialog.vue index 3afd1325..5f171e53 100644 --- a/src/components/dialogs/UserDialog/UserDialog.vue +++ b/src/components/dialogs/UserDialog/UserDialog.vue @@ -249,6 +249,11 @@ style="margin-left: 5px" @click="showBioDialog"> +
+ +