mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
email: clients: Make Thunderbird URLs language independent
The site will then redirect to a language specific URL. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
a5a3500630
commit
e52aae3acd
@ -21,15 +21,15 @@ clients = [
|
|||||||
'platforms': [{
|
'platforms': [{
|
||||||
'type': 'download',
|
'type': 'download',
|
||||||
'os': 'gnu-linux',
|
'os': 'gnu-linux',
|
||||||
'url': 'https://www.thunderbird.net/en-US/'
|
'url': 'https://www.thunderbird.net/'
|
||||||
}, {
|
}, {
|
||||||
'type': 'download',
|
'type': 'download',
|
||||||
'os': 'macos',
|
'os': 'macos',
|
||||||
'url': 'https://www.thunderbird.net/en-US/'
|
'url': 'https://www.thunderbird.net/'
|
||||||
}, {
|
}, {
|
||||||
'type': 'download',
|
'type': 'download',
|
||||||
'os': 'windows',
|
'os': 'windows',
|
||||||
'url': 'https://www.thunderbird.net/en-US/'
|
'url': 'https://www.thunderbird.net/'
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user