I18n #1138

Merged
yeet648 merged 7 commits from i18n into i18n 2019-08-12 02:25:02 +00:00
2 changed files with 14 additions and 6 deletions
Showing only changes of commit 9ce7ec2882 - Show all commits

View File

@@ -33,6 +33,14 @@ browser:
tweaks: "Privacy Related Tweaks"
recommendations: "Recommendations"
webrtc_ip_leak: "WebRTC IP Leak"
browser-addons:
improve_your_privacy: "Improve your privacy with these excellent Firefox add-ons."
privacy_badger: "Privacy Badger"
privacy_badger_title: "Privacy Badger: Stop Tracking"
privacy_badger_description: "is a browser add-on that stops advertisers and other third-party trackers from secretly tracking where you go and what pages you look at on the web. Privacy Badger learns about trackers as you browse."
ublock_origin: "uBlock Origin"
ublock_origin_title: "uBlock Origin: Block Ads and Trackers"
ublock_origin_description: "is an efficient <a href=https://github.com/gorhill/uBlock/wiki/Blocking-mode>wide-spectrum-blocker</a> that's easy on memory, and yet can load and enforce thousands more filters than other popular blockers out there. It has no monetization strategy and is completely open source."
nitrohorse commented 2019-08-12 00:54:29 +00:00 (Migrated from github.com)
Review

I'm wondering if the href needs escaped quotes here?

<a href=\"https://github.com/gorhill/uBlock/wiki/Blocking-mode\">wide-spectrum-blocker</a>
I'm wondering if the `href` needs escaped quotes here? ``` <a href=\"https://github.com/gorhill/uBlock/wiki/Blocking-mode\">wide-spectrum-blocker</a> ```
nitrohorse commented 2019-08-12 00:55:07 +00:00 (Migrated from github.com)
Review

Some goes for other hrefs in this file...

Some goes for other `href`s in this file...
software:
software: "Software"
notebook: "Digital Notebooks"

View File

@@ -1,14 +1,14 @@
<h1 id="addons" class="anchor"><a href="#addons"><i class="fas fa-link anchor-icon"></i></a> Excellent Firefox Privacy Add-ons</h1>
<div class="alert alert-primary" role="alert">
<strong>Improve your privacy with these excellent Firefox add-ons.</strong>
<div class="alert alert-primary" role="alert">
<strong>{% t browser-addons.improve_your_privacy %}</strong>
</div>
{% include cardv2.html
title="Privacy Badger: Stop Tracking"
title="{% t browser-addons.privacy_badger_title %}"
image="/assets/img/addons/privacy-badger.png"
description="<strong>Privacy Badger</strong> is a browser add-on that stops advertisers and other third-party trackers from secretly tracking where you go and what pages you look at on the web. Privacy Badger learns about trackers as you browse."
description="<strong>{% t browser-addons.privacy_badger %}</strong> {% t browser-addons.privacy_description %}"
website="https://www.eff.org/privacybadger"
forum="https://forum.privacytools.io/t/discussion-privacy-badger/265"
github="https://github.com/EFForg/privacybadger"
@@ -19,9 +19,9 @@ android=""
%}
{% include cardv2.html
title="uBlock Origin: Block Ads and Trackers"
title="{% t browser-addons.ublock_origin_title %}"
image="/assets/img/addons/ublock-origin.png"
description="<strong>uBlock Origin</strong> is an efficient <a href=https://github.com/gorhill/uBlock/wiki/Blocking-mode>wide-spectrum-blocker</a> that's easy on memory, and yet can load and enforce thousands more filters than other popular blockers out there. It has no monetization strategy and is completely open source."
description="<strong>{% t browser-addons.ublock_origin %}</strong> {% t browser-addons.ublock_origin_description %}"
website="https://addons.mozilla.org/firefox/addon/ublock-origin/"
forum="https://forum.privacytools.io/t/discussion-ublock-origin/266"
github="https://github.com/gorhill/uBlock/"