mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +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': [{
|
||||
'type': 'download',
|
||||
'os': 'gnu-linux',
|
||||
'url': 'https://www.thunderbird.net/en-US/'
|
||||
'url': 'https://www.thunderbird.net/'
|
||||
}, {
|
||||
'type': 'download',
|
||||
'os': 'macos',
|
||||
'url': 'https://www.thunderbird.net/en-US/'
|
||||
'url': 'https://www.thunderbird.net/'
|
||||
}, {
|
||||
'type': 'download',
|
||||
'os': 'windows',
|
||||
'url': 'https://www.thunderbird.net/en-US/'
|
||||
'url': 'https://www.thunderbird.net/'
|
||||
}]
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user