From a02eac4ecbe0204321412e6fb3197a83ebe9d57a Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Thu, 20 Jun 2024 14:19:40 -0300 Subject: [PATCH] fix: adjust i18n --- src/locales/en/translation.json | 3 +-- src/locales/pt/translation.json | 1 - src/renderer/src/pages/user/user-content.tsx | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/locales/en/translation.json b/src/locales/en/translation.json index a3b6cd09..9dd14580 100644 --- a/src/locales/en/translation.json +++ b/src/locales/en/translation.json @@ -230,7 +230,6 @@ "amount_hours": "{{amount}} hours", "amount_minutes": "{{amount}} minutes", "last_time_played": "Last played {{period}}", - "sign_out": "Sign out", "activity": "Recent activity", "library": "Library", "total_play_time": "Total playtime: {{amount}}", @@ -244,7 +243,7 @@ "try_again": "Please, try again", "signout_modal_title": "Are you sure?", "cancel": "Cancel", - "signout": "Sign Out", + "signout": "Sign out", "playing_for": "Playing for {{amount}}" } } diff --git a/src/locales/pt/translation.json b/src/locales/pt/translation.json index bb53cb23..7289119a 100644 --- a/src/locales/pt/translation.json +++ b/src/locales/pt/translation.json @@ -230,7 +230,6 @@ "amount_hours": "{{amount}} horas", "amount_minutes": "{{amount}} minutos", "last_time_played": "Jogou {{period}}", - "sign_out": "Sair da conta", "activity": "Atividade recente", "library": "Biblioteca", "total_play_time": "Tempo total de jogo: {{amount}}", diff --git a/src/renderer/src/pages/user/user-content.tsx b/src/renderer/src/pages/user/user-content.tsx index 98aad705..6a541375 100644 --- a/src/renderer/src/pages/user/user-content.tsx +++ b/src/renderer/src/pages/user/user-content.tsx @@ -195,7 +195,7 @@ export function UserContent({ theme="danger" onClick={() => setShowSignOutModal(true)} > - {t("sign_out")} + {t("signout")}