commit adb92c40c1e6f6965501dcf55226295fe8233020 Author: hiro hiro@torproject.org Date: Sat Aug 31 18:03:16 2019 +0200
Updates to links --- scripts/add_links_to_db | 10 ++++------ share/locale/en.json | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/scripts/add_links_to_db b/scripts/add_links_to_db index 4017c01..a0014ed 100755 --- a/scripts/add_links_to_db +++ b/scripts/add_links_to_db @@ -75,20 +75,18 @@ def main(): prefixes = { "osx": "TorBrowser-", "windows": "torbrowser-install-", - "linux64": "tor-browser-linux64-", - "linux32": "tor-browser-linux32-" + "linux": "tor-browser-linux64-" }
- versions = {"windows": version, 'linux32': version, 'linux64': version, 'osx': version} + versions = {"windows": version, 'linux': version, 'osx': version}
suffixes = { "osx": "-osx64_en-US.dmg", "windows": "_en-US.exe", - "linux32": "_en-US.tar.xz", - "linux64": "_en-US.tar.xz" + "linux": "_en-US.tar.xz" }
- keys = ['osx', 'windows', 'linux32', 'linux64'] + keys = ['osx', 'windows', 'linux']
languages = [ 'en-US', diff --git a/share/locale/en.json b/share/locale/en.json index f315eb8..3006c7c 100644 --- a/share/locale/en.json +++ b/share/locale/en.json @@ -12,5 +12,5 @@ "smtp_unsupported_locale_msg": "The locale you requested '{}' is not supported.", "smtp_vlinks_msg": "You requested Tor Browser for {}.\n\nYou will need only one of the links below to download the bundle. If a link does not work for you, try the next one.\n\n{}\n\n \n--\nGetTor", "smtp_mirrors_msg": "Hi! this is the GetTor robot.\n\nThank you for your request. Attached to this email you will find\nan updated list of mirrors of Tor Project's website.", - "smtp_help_msg": "Hi! This is the GetTor robot. I am here to help you download the\nlatest version of Tor Browser.\n\nPlease reply to this message with one of the options below:\n\nwindows\nlinux64\nlinux32\nosx\nmirrors\n\nI will then send you the download instructions.\n\nIf you are unsure, just send a blank reply to this message." + "smtp_help_msg": "Hi! This is the GetTor robot. I am here to help you download the\nlatest version of Tor Browser.\n\nPlease reply to this message with one of the options below:\n\nwindows\nlinux\nosx\nmirrors\n\nI will then send you the download instructions.\n\nIf you are unsure, just send a blank reply to this message." }