Skip to content

Commit

Permalink
Translations for app support
Browse files Browse the repository at this point in the history
  • Loading branch information
emi420 committed Jan 12, 2025
1 parent d1e9c40 commit 37a03a5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 6 additions & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,12 @@ function App() {
defaultMessage="Export a chat from the app and visualize the locations shared in the conversation"
/>
</p>
<p className="supportedApps">Now it works with WhatsApp and Telegram!</p>
<p className="supportedApps">
<FormattedMessage
id = "app.supportedApps"
defaultMessage="Now it works with WhatsApp and Telegram!"
/>
</p>
</>
}
</header>
Expand Down
2 changes: 1 addition & 1 deletion src/int/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
}

3 changes: 2 additions & 1 deletion src/int/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
}

3 changes: 2 additions & 1 deletion src/int/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
}

0 comments on commit 37a03a5

Please sign in to comment.