From 1f7d11d509a1a733a09fbf4b319d3397226516b4 Mon Sep 17 00:00:00 2001 From: Miguel Montalvo Date: Thu, 7 Mar 2024 11:32:51 -0500 Subject: [PATCH] Html output fix (#34) --- locales/de.json | 2 +- locales/en.default.json | 2 +- locales/es.json | 2 +- locales/fr.json | 2 +- locales/it.json | 2 +- locales/pt-BR.json | 2 +- locales/pt-PT.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/locales/de.json b/locales/de.json index 6e37c6d..be338e2 100644 --- a/locales/de.json +++ b/locales/de.json @@ -160,7 +160,7 @@ "tax_included": "inkl. MwSt.", "unavailable": "Nicht verfügbar", "view_in_space_explanation": "„Ansicht in Ihrem Raum“ lädt den Artikel im Augmented-Reality-Fenster", - "will_be_powered_by": "Dieser Shop wird mit Hilfe von {{ shopify }} betrieben werden", + "will_be_powered_by_html": "Dieser Shop wird mit Hilfe von {{ shopify }} betrieben werden", "you_must_agree": "Sie müssen den Verkaufsbedingungen zustimmen, um auszuchecken", "you_save_amount": "Sparen {{ saved_amount }}" }, diff --git a/locales/en.default.json b/locales/en.default.json index 86e08fd..b704c03 100644 --- a/locales/en.default.json +++ b/locales/en.default.json @@ -160,7 +160,7 @@ "tax_included": "Tax included.", "unavailable": "Unavailable", "view_in_space_explanation": "View in your space, loads item in augmented reality window", - "will_be_powered_by": "This shop will be powered by {{ shopify }}", + "will_be_powered_by_html": "This shop will be powered by {{ shopify }}", "you_must_agree": "You must agree with the terms and conditions of sales to check out", "you_save_amount": "You save {{ saved_amount }}" }, diff --git a/locales/es.json b/locales/es.json index 6e68bba..326c8c3 100644 --- a/locales/es.json +++ b/locales/es.json @@ -160,7 +160,7 @@ "tax_included": "Impuesto incluido.", "unavailable": "No disponible", "view_in_space_explanation": "Ver en tu espacio, carga el artículo en la ventana de realidad aumentada", - "will_be_powered_by": "Esta tienda estará impulsada por {{ shopify }}", + "will_be_powered_by_html": "Esta tienda estará impulsada por {{ shopify }}", "you_must_agree": "Debe aceptar los términos y condiciones de venta para pagar", "you_save_amount": "Guardar {{ saved_amount }}" }, diff --git a/locales/fr.json b/locales/fr.json index c83bcbe..9db8c17 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -160,7 +160,7 @@ "tax_included": "Taxes incluses.", "unavailable": "Non disponible", "view_in_space_explanation": "Affichage dans votre espace, charge l'article dans une fenêtre de réalité augmentée", - "will_be_powered_by": "Cette boutique sera propulsée par {{ shopify }}", + "will_be_powered_by_html": "Cette boutique sera propulsée par {{ shopify }}", "you_must_agree": "Vous devez accepter les termes et conditions de vente pour vérifier", "you_save_amount": "Épargnez {{ saved_amount }}" }, diff --git a/locales/it.json b/locales/it.json index 23888e7..1925a7b 100644 --- a/locales/it.json +++ b/locales/it.json @@ -160,7 +160,7 @@ "tax_included": "Imposte incluse.", "unavailable": "Non disponibile", "view_in_space_explanation": "Visualizza nel tuo spazio, carica l'articolo nella finestra della realtà aumentata", - "will_be_powered_by": "Questo negozio sarà ospitato su {{ shopify }}", + "will_be_powered_by_html": "Questo negozio sarà ospitato su {{ shopify }}", "you_must_agree": "Devi accettare i termini e le condizioni di vendita per procedere al pagamento", "you_save_amount": "Risparmi {{ saved_amount }}" }, diff --git a/locales/pt-BR.json b/locales/pt-BR.json index 14fa01e..90e3112 100644 --- a/locales/pt-BR.json +++ b/locales/pt-BR.json @@ -160,7 +160,7 @@ "tax_included": "Taxas incluídas.", "unavailable": "Indisponível", "view_in_space_explanation": "Ver em seu espaço, carregar item na janela de realidade aumentada", - "will_be_powered_by": "Esta loja será patrocinada por {{ shopify }}", + "will_be_powered_by_html": "Esta loja será patrocinada por {{ shopify }}", "you_must_agree": "Você deve concordar com os termos e condições de vendas para verificar", "you_save_amount": "Economize {{ saved_amount }}" }, diff --git a/locales/pt-PT.json b/locales/pt-PT.json index 9d4c070..a8075fe 100644 --- a/locales/pt-PT.json +++ b/locales/pt-PT.json @@ -160,7 +160,7 @@ "tax_included": "Imposto incluído.", "unavailable": "Indisponível", "view_in_space_explanation": "Ver no seu espaço, carrega item na janela de realidade aumentada", - "will_be_powered_by": "Esta loja será movida por {{ shopify }}", + "will_be_powered_by_html": "Esta loja será movida por {{ shopify }}", "you_must_agree": "Você deve concordar com os termos e condições de vendas para verificar", "you_save_amount": "Poupe {{ saved_amount }}" },