From 37a03a58e60ae2bd3d758ee822bd25a17946bfdf Mon Sep 17 00:00:00 2001 From: Emilio Mariscal Date: Sun, 12 Jan 2025 10:23:00 -0300 Subject: [PATCH] Translations for app support --- src/App.jsx | 7 ++++++- src/int/en.json | 2 +- src/int/es.json | 3 ++- src/int/pt.json | 3 ++- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 76f3015..d878b65 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -88,7 +88,12 @@ function App() { defaultMessage="Export a chat from the app and visualize the locations shared in the conversation" />

-

Now it works with WhatsApp and Telegram!

+

+ +

} diff --git a/src/int/en.json b/src/int/en.json index 9494cba..86e7c08 100644 --- a/src/int/en.json +++ b/src/int/en.json @@ -10,6 +10,6 @@ "app.options": "Options", "app.uploadLabel": "Upload or drag a file right here", "app.nolocations": "No locations found in this file", - "app.loading": "Loading" + "app.supportedApps": "Now it works with WhatsApp and Telegram!" } \ No newline at end of file diff --git a/src/int/es.json b/src/int/es.json index 19d8434..65c2210 100644 --- a/src/int/es.json +++ b/src/int/es.json @@ -10,6 +10,7 @@ "app.options": "Opciones", "app.uploadLabel": "Sube o arrastra un archivo aquí mismo", "app.nolocations": "No se han encontrado ubicaciones en este archivo", - "app.loading": "Cargando" + "app.loading": "Cargando", + "app.supportedApps": "Ahora funciona con WhatsApp y Telegram!" } \ No newline at end of file diff --git a/src/int/pt.json b/src/int/pt.json index 2e5f535..348a39d 100644 --- a/src/int/pt.json +++ b/src/int/pt.json @@ -10,5 +10,6 @@ "app.options": "Opções", "app.uploadLabel": "Carregue ou arraste um ficheiro aqui mesmo", "app.nolocations": "Não foram encontrados locais neste arquivo.", - "app.loading": "Carregando" + "app.loading": "Carregando", + "app.supportedApps": "Agora funciona com WhatsApp e Telegram!" }