diff --git a/_i18n/en.yml b/_i18n/en.yml
index 88a9db5c..190b5a59 100644
--- a/_i18n/en.yml
+++ b/_i18n/en.yml
@@ -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 wide-spectrum-blocker 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."
software:
software: "Software"
notebook: "Digital Notebooks"
diff --git a/_includes/sections/browser-addons.html b/_includes/sections/browser-addons.html
index d061eacb..6e97eb1e 100644
--- a/_includes/sections/browser-addons.html
+++ b/_includes/sections/browser-addons.html
@@ -1,14 +1,14 @@
-
Improve your privacy with these excellent Firefox add-ons.
+
+ {% t browser-addons.improve_your_privacy %}
{% include cardv2.html
-title="Privacy Badger: Stop Tracking"
+title="{% t browser-addons.privacy_badger_title %}"
image="/assets/img/addons/privacy-badger.png"
-description="
Privacy Badger 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="
{% t browser-addons.privacy_badger %} {% 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="
uBlock Origin is an efficient
wide-spectrum-blocker 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="
{% t browser-addons.ublock_origin %} {% 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/"