Commit 44b5a066 authored by Joaquim Rocha's avatar Joaquim Rocha
Browse files

i18n: Use release namespace for an update release string

Also include the release translation files.
parent a596d3f5
Showing with 13 additions and 1 deletion
+13 -1
......@@ -18,7 +18,7 @@ function UpdatePopup(props: { releaseDownloadURL: string }) {
ContentProps={{
'aria-describedby': 'updatePopup',
}}
message={t('An update is available')}
message={t('release|An update is available')}
action={
<React.Fragment>
<Button color="secondary" onClick={() => window.open(releaseDownloadURL)}>
......
{
"Release Notes ({{ appVersion }})": "",
"An update is available": ""
}
{
"Release Notes ({{ appVersion }})": "Notas de lanzamiento ({{ appVersion }})",
"An update is available": "Una actualización está disponible"
}
{
"Release Notes ({{ appVersion }})": "Notas de lançamento ({{ appVersion }})",
"An update is available": "Uma actualização está disponível"
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment