From a7b0c620407dd57d7c16c88c92260ca2a937166c Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Fri, 31 Jan 2025 13:55:18 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20Use=20single=20braces=20for=20me?= =?UTF-8?q?ssage=20variables=20(#1535)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/public/locales/da/app.json | 2 +- apps/web/public/locales/de/app.json | 2 +- apps/web/public/locales/en/app.json | 2 +- apps/web/public/locales/fi/app.json | 2 +- apps/web/public/locales/hu/app.json | 2 +- apps/web/public/locales/it/app.json | 2 +- apps/web/public/locales/nl/app.json | 2 +- apps/web/public/locales/pt-BR/app.json | 2 +- apps/web/public/locales/sv/app.json | 2 +- .../app/[locale]/(auth)/login/components/login-with-oidc.tsx | 2 +- .../src/app/[locale]/(auth)/login/components/sso-provider.tsx | 4 ++-- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/web/public/locales/da/app.json b/apps/web/public/locales/da/app.json index 47ab092a6..d2409a94b 100644 --- a/apps/web/public/locales/da/app.json +++ b/apps/web/public/locales/da/app.json @@ -283,7 +283,7 @@ "profileEmailAddressDescription": "Din e-mail adresse bruges til at logge ind på din konto", "emailAlreadyInUse": "Denne e-mail adresse er allerede tilknyttet en anden konto. Brug venligst en anden e-mail adresse.", "continueWith": "Fortsæt med {provider}", - "continueWithProvider": "Fortsæt med {{provider}}", + "continueWithProvider": "Fortsæt med {provider}", "loginFooter": "Har du ikke en konto? Tilmeld dig", "back": "Tilbage", "verifyEmail": "Bekræft din e-mail", diff --git a/apps/web/public/locales/de/app.json b/apps/web/public/locales/de/app.json index f5195b453..c4c428dc8 100644 --- a/apps/web/public/locales/de/app.json +++ b/apps/web/public/locales/de/app.json @@ -283,7 +283,7 @@ "profileEmailAddressDescription": "Deine E-Mail-Adresse wird verwendet, um dich bei deinem Konto anzumelden", "emailAlreadyInUse": "Diese E-Mail-Adresse ist bereits mit einem anderen Konto verknüpft. Bitte verwende eine andere E-Mail-Adresse.", "continueWith": "Weiter mit {provider}", - "continueWithProvider": "Weiter mit {{provider}}", + "continueWithProvider": "Weiter mit {provider}", "loginFooter": "Du hast noch kein Konto? Registrieren", "back": "Zurück", "verifyEmail": "Bestätige deine E-Mail-Adresse", diff --git a/apps/web/public/locales/en/app.json b/apps/web/public/locales/en/app.json index 658b04359..39c7aa7e1 100644 --- a/apps/web/public/locales/en/app.json +++ b/apps/web/public/locales/en/app.json @@ -283,7 +283,7 @@ "profileEmailAddressDescription": "Your email address is used to log in to your account", "emailAlreadyInUse": "This email address is already associated with another account. Please use a different email address.", "continueWith": "Continue with {provider}", - "continueWithProvider": "Continue with {{provider}}", + "continueWithProvider": "Continue with {provider}", "loginFooter": "Don't have an account? Sign up", "back": "Back", "verifyEmail": "Verify your email", diff --git a/apps/web/public/locales/fi/app.json b/apps/web/public/locales/fi/app.json index 9234b5e37..bad016b80 100644 --- a/apps/web/public/locales/fi/app.json +++ b/apps/web/public/locales/fi/app.json @@ -283,7 +283,7 @@ "profileEmailAddressDescription": "Sähköpostiosoitettasi käytetään kirjautumaan sisään tilillesi", "emailAlreadyInUse": "Tämä sähköpostiosoite on jo liitetty toiseen tiliin. Ole hyvä ja käytä toista sähköpostiosoitetta.", "continueWith": "Jatka {provider}-tilillä", - "continueWithProvider": "Jatka {{provider}}-tilillä", + "continueWithProvider": "Jatka {provider}-tilillä", "loginFooter": "Eikö sinulla ole tiliä? Rekisteröidy", "back": "Takaisin", "verifyEmail": "Vahvista sähköpostiosoitteesi", diff --git a/apps/web/public/locales/hu/app.json b/apps/web/public/locales/hu/app.json index b472fc375..88c2dbd98 100644 --- a/apps/web/public/locales/hu/app.json +++ b/apps/web/public/locales/hu/app.json @@ -282,7 +282,7 @@ "profileEmailAddress": "Email cím", "profileEmailAddressDescription": "Az email címed használhatod a belépéshez", "continueWith": "Folytatás {provider} fiókkal", - "continueWithProvider": "Folytatás {{provider}} fiókkal", + "continueWithProvider": "Folytatás {provider} fiókkal", "loginFooter": "Nincs felhasználód? Regisztrálj", "back": "Vissza", "verifyEmail": "Hitelesítsd az email címed", diff --git a/apps/web/public/locales/it/app.json b/apps/web/public/locales/it/app.json index 241a339fe..0bdfbeecc 100644 --- a/apps/web/public/locales/it/app.json +++ b/apps/web/public/locales/it/app.json @@ -283,7 +283,7 @@ "profileEmailAddressDescription": "Il tuo indirizzo email viene utilizzato per accedere alla tua utenza", "emailAlreadyInUse": "Questo indirizzo email è già associato a un'altra utenza. Si prega di utilizzare un indirizzo email diverso.", "continueWith": "Continua con {provider}", - "continueWithProvider": "Continua con {{provider}}", + "continueWithProvider": "Continua con {provider}", "loginFooter": "Non hai un'utenza? Iscriviti", "back": "Indietro", "verifyEmail": "Verifica la tua email", diff --git a/apps/web/public/locales/nl/app.json b/apps/web/public/locales/nl/app.json index e3d2f10cc..553a8af9c 100644 --- a/apps/web/public/locales/nl/app.json +++ b/apps/web/public/locales/nl/app.json @@ -283,7 +283,7 @@ "profileEmailAddressDescription": "Je e-mailadres wordt gebruikt om in te loggen op je account", "emailAlreadyInUse": "Dit e-mailadres is al gekoppeld aan een ander account. Gebruik een ander e-mailadres.", "continueWith": "Inloggen met {provider}", - "continueWithProvider": "Inloggen met {{provider}}", + "continueWithProvider": "Inloggen met {provider}", "loginFooter": "Heb je geen account? Meld je aan", "back": "Terug", "verifyEmail": "Verifieer je e-mailadres", diff --git a/apps/web/public/locales/pt-BR/app.json b/apps/web/public/locales/pt-BR/app.json index b82f98052..0df069a73 100644 --- a/apps/web/public/locales/pt-BR/app.json +++ b/apps/web/public/locales/pt-BR/app.json @@ -283,7 +283,7 @@ "profileEmailAddressDescription": "Seu endereço de email é usado para acessar sua conta", "emailAlreadyInUse": "Este endereço de e-mail já está associado a outra conta. Por favor, use um endereço de e-mail diferente.", "continueWith": "Continuar com {provider}", - "continueWithProvider": "Continuar com {{provider}}", + "continueWithProvider": "Continuar com {provider}", "loginFooter": "Não tem uma conta? Cadastre-se", "back": "Voltar", "verifyEmail": "Verifique seu e-mail", diff --git a/apps/web/public/locales/sv/app.json b/apps/web/public/locales/sv/app.json index 596114eb0..81787ebcb 100644 --- a/apps/web/public/locales/sv/app.json +++ b/apps/web/public/locales/sv/app.json @@ -276,7 +276,7 @@ "profileEmailAddressDescription": "Din mejladress används för att logga in på ditt konto", "emailAlreadyInUse": "Den här mejladressen är redan kopplad till ett annat konto. Använd en annan mejladress.", "continueWith": "Logga in med {provider}", - "continueWithProvider": "Logga in med {{provider}}", + "continueWithProvider": "Logga in med {provider}", "loginFooter": "Har du inte ett konto? Skapa ett", "back": "Tillbaka", "verifyEmail": "Verifiera din e-postadress", diff --git a/apps/web/src/app/[locale]/(auth)/login/components/login-with-oidc.tsx b/apps/web/src/app/[locale]/(auth)/login/components/login-with-oidc.tsx index 7c3a04564..aa3e38f48 100644 --- a/apps/web/src/app/[locale]/(auth)/login/components/login-with-oidc.tsx +++ b/apps/web/src/app/[locale]/(auth)/login/components/login-with-oidc.tsx @@ -18,7 +18,7 @@ export async function LoginWithOIDC({ name }: { name: string }) { t={t} i18nKey="continueWithProvider" ns="app" - defaultValue="Login with {{provider}}" + defaultValue="Login with {provider}" values={{ provider: name }} /> diff --git a/apps/web/src/app/[locale]/(auth)/login/components/sso-provider.tsx b/apps/web/src/app/[locale]/(auth)/login/components/sso-provider.tsx index 875ef26d1..02e5780cc 100644 --- a/apps/web/src/app/[locale]/(auth)/login/components/sso-provider.tsx +++ b/apps/web/src/app/[locale]/(auth)/login/components/sso-provider.tsx @@ -51,7 +51,7 @@ export function SSOProvider({ aria-label={t("continueWithProvider", { provider: name, ns: "app", - defaultValue: "Continue with {{provider}}", + defaultValue: "Continue with {provider}", })} key={providerId} onClick={() => { @@ -62,7 +62,7 @@ export function SSOProvider({