commit 3dfc2fdbaa3f8467d8c49977b08256f12149daf4 Author: Cecylia Bocovich cohosh@torproject.org Date: Fri Jan 31 11:52:23 2020 -0500
Update help message to allow locales
The only help message urged users to only specify 'en' as a locale. We now support all locales for tor browser binaries. --- share/locale/en.json | 2 +- share/locale/es.json | 2 +- share/locale/pt.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/share/locale/en.json b/share/locale/en.json index 8e90cdd..dba3047 100644 --- a/share/locale/en.json +++ b/share/locale/en.json @@ -9,7 +9,7 @@ "links_subject": "[GetTor] Links for your request", "help_body_intro": "This is how you can request a tor browser bundle link.\n\n", "help_body_paragraph": "Send an email to: gettor@torproject.org\n\nIn the body of the email only write: <operating system> <language>.\n\n", - "help_body_support": "We only support windows, osx and linux as operating systems.\n\nAt the moment please only use en as language.\n\n", + "help_body_support": "We only support windows, osx and linux as operating systems.\n\n", "help_subject": "[GetTor] Help Email", "help_debug": "Log application errors to stdout", "help_config": "Custom config file location (optional)", diff --git a/share/locale/es.json b/share/locale/es.json index 8e90cdd..dba3047 100644 --- a/share/locale/es.json +++ b/share/locale/es.json @@ -9,7 +9,7 @@ "links_subject": "[GetTor] Links for your request", "help_body_intro": "This is how you can request a tor browser bundle link.\n\n", "help_body_paragraph": "Send an email to: gettor@torproject.org\n\nIn the body of the email only write: <operating system> <language>.\n\n", - "help_body_support": "We only support windows, osx and linux as operating systems.\n\nAt the moment please only use en as language.\n\n", + "help_body_support": "We only support windows, osx and linux as operating systems.\n\n", "help_subject": "[GetTor] Help Email", "help_debug": "Log application errors to stdout", "help_config": "Custom config file location (optional)", diff --git a/share/locale/pt.json b/share/locale/pt.json index 8e90cdd..dba3047 100644 --- a/share/locale/pt.json +++ b/share/locale/pt.json @@ -9,7 +9,7 @@ "links_subject": "[GetTor] Links for your request", "help_body_intro": "This is how you can request a tor browser bundle link.\n\n", "help_body_paragraph": "Send an email to: gettor@torproject.org\n\nIn the body of the email only write: <operating system> <language>.\n\n", - "help_body_support": "We only support windows, osx and linux as operating systems.\n\nAt the moment please only use en as language.\n\n", + "help_body_support": "We only support windows, osx and linux as operating systems.\n\n", "help_subject": "[GetTor] Help Email", "help_debug": "Log application errors to stdout", "help_config": "Custom config file location (optional)",
tor-commits@lists.torproject.org