commit 246edcfed0e0b56efbefe37340e248019a0e950e Author: Kim Le kle2@student.unimelb.edu.au Date: Wed Oct 14 13:01:34 2020 +1100
fixed screenshot display issue in fullscreen --- content/localization/becoming-tor-translator/contents.lr | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/content/localization/becoming-tor-translator/contents.lr b/content/localization/becoming-tor-translator/contents.lr index 9b348a3..9f5e07b 100644 --- a/content/localization/becoming-tor-translator/contents.lr +++ b/content/localization/becoming-tor-translator/contents.lr @@ -39,12 +39,11 @@ In order to begin contributing you will have to sign up with Transifex. Here's a 1. On the next page, select the languages you speak from the drop-down menu and continue. 1. You are now signed up! Go to the [Tor Transifex page](https://www.transifex.com/otf/torproject/). 1. Click the blue 'Join Team' button on the far right: -![Join Team](/static/images/localization/tr3.png) +<img style="display:block" src="/static/images/localization/tr3.png" alt="Join Team"> 1. Select the language you would like to translate from the dropdown menu: -![Choose Language](/static/images/localization/tr4.png) +<img style="display:block" src="/static/images/localization/tr4.png" alt="Choose Language"> 1. A notification will now show up on the top of the page like so: -![Request Submitted](/static/images/localization/tr5.png) - +<img style="display:block" src="/static/images/localization/tr5.png" alt="Request Submitted"> Before translating, please read through the Tor Project page on the [Localization Lab Wiki](https://wiki.localizationlab.org/index.php/Tor). The page includes guidelines, resources, and priorities that will help you make the most out of your contribution. After your membership is approved, you're ready to begin.
tor-commits@lists.torproject.org