NEW [WIP] Add localization support with jekyll-simple-i18n #1509
@ -5,13 +5,16 @@
|
||||
<p>It's important for a website like {{ site.name }} to stay up-to-date. Keep an eye on software updates for the applications listed on our site. Follow recent news about providers that we recommend. We try our best to keep up, but we're not perfect and the internet is changing fast. If you find an error, or you think a provider should not be listed here, or a qualified service provider is missing, or a browser plugin is not the best choice anymore, or anything else... <strong>Talk to us please.</strong> You can also find us on <a rel="me" href="https://social.privacytools.io/@privacytools">our own Mastodon instance</a> or on <a href="https://chat.privacytools.io">Matrix</a> at <code class="highlighter-rouge">#general:privacytools.io</code>.</p>
|
||||
|
||||
<div class="row">
|
||||
|
||||
{% capture reddit_button %}<a class="btn btn-success mb-1" href="https://www.reddit.com/r/privacytoolsIO/">{% t Reddit %}</a>{% endcapture %}
|
||||
{% capture twitter_button %}<a class="btn btn-primary mb-1" href="https://twitter.com/privacytoolsIO">{% t Twitter %}</a>{% endcapture %}
|
||||
{% capture contriblist_button %}<a class="btn btn-warning mb-1" href="https://github.com/privacytoolsIO/privacytools.io/graphs/contributors">{% t Contributor List %}</a>{% endcapture %}
|
||||
|
||||
{% include card.html color="success"
|
||||
title="Discourse & Reddit"
|
||||
image="/assets/img/icons/discourse.png"
|
||||
url="https://forum.privacytools.io/"
|
||||
website="Discourse"
|
||||
extra_button='<a class="btn btn-success mb-1" href="https://www.reddit.com/r/privacytoolsIO/">Reddit</a>'
|
||||
extra_button=reddit_button
|
||||
description='Join our Discourse community to stay up to date on privacy news or make suggestions!'
|
||||
%}
|
||||
|
||||
@ -20,7 +23,7 @@
|
||||
image="/assets/img/icons/mastodon.png"
|
||||
url="https://social.privacytools.io/"
|
||||
website="Mastodon"
|
||||
extra_button='<a class="btn btn-primary mb-1" href="https://twitter.com/privacytoolsIO">Twitter</a>'
|
||||
extra_button=twitter_button
|
||||
description="Get the latest privacy-related updates from our Mastodon Feed. Follow us today!"
|
||||
%}
|
||||
|
||||
@ -30,9 +33,8 @@
|
||||
url="https://github.com/privacytoolsIO/privacytools.io"
|
||||
website="GitHub"
|
||||
description="The complete website source code is available on GitHub. Join our developer team!"
|
||||
extra_button='<a class="btn btn-warning mb-1" href="https://github.com/privacytoolsIO/privacytools.io/graphs/contributors">Contributor List</a>'
|
||||
extra_button=contriblist_button
|
||||
%}
|
||||
|
||||
</div>
|
||||
|
||||
<p>This is a community project aiming to deliver the best information available to improve privacy online. Thank you for participating. This project needs you.</p>
|
||||
<p>{% t This is a community project aiming to deliver the best information available to improve privacy online. Thank you for participating. This project needs you. %}</p>
|
||||
|
@ -23,21 +23,33 @@ Discover_privacycentric_online_services_including_email_providers_VPN_operators_
|
||||
Learn_More: |
|
||||
Learn More
|
||||
|
||||
Web_Browsers: |
|
||||
Web Browsers
|
||||
|
||||
Find_a_web_browser_that_respects_your_privacy_and_discover_how_to_harden_your_browser_against_tracki: |
|
||||
Find a web browser that respects your privacy, and discover how to harden your browser against tracking and leaks.
|
||||
|
||||
Software: |
|
||||
Software
|
||||
|
||||
Discover_a_variety_of_open_source_software_built_to_protect_your_privacy_and_keep_your_digital_data_s: |
|
||||
Discover a variety of open source software built to protect your privacy and keep your digital data secure.
|
||||
|
||||
Operating_Systems: |
|
||||
Operating Systems
|
||||
|
||||
Find_out_how_your_operating_system_is_compromising_your_privacy_and_what_simple_alternatives_exist.: |
|
||||
Find out how your operating system is compromising your privacy, and what simple alternatives exist.
|
||||
|
||||
: |
|
||||
|
||||
PrivacyTools_Services: |
|
||||
PrivacyTools Services
|
||||
|
||||
The_PrivacyTools_team_is_proud_to_launch_a_variety_of_privacycentric_online_services_including_a_Ma: |
|
||||
The PrivacyTools team is proud to launch a variety of privacy-centric online services, including a Mastodon instance, search engine, and more!
|
||||
|
||||
Donate: |
|
||||
Donate
|
||||
|
||||
We_cant_operate_this_site_without_the_generous_contributions_we_receive_from_our_viewers._If_you_lov: |
|
||||
We can't operate this site without the generous contributions we receive from our viewers. If you love privacy and our website please consider donating.
|
||||
|
||||
@ -53,15 +65,45 @@ Showcase_your_brand_as_a_sponsor_of_PrivacyTools_here_and_support_our_mission_of
|
||||
Learn_more...: |
|
||||
Learn more...
|
||||
|
||||
Reddit: |
|
||||
Reddit
|
||||
|
||||
Twitter: |
|
||||
Twitter
|
||||
|
||||
Contributor_List: |
|
||||
Contributor List
|
||||
|
||||
Discourse__Reddit: |
|
||||
Discourse & Reddit
|
||||
|
||||
Join_our_Discourse_community_to_stay_up_to_date_on_privacy_news_or_make_suggestions!: |
|
||||
Join our Discourse community to stay up to date on privacy news or make suggestions!
|
||||
|
||||
Discourse: |
|
||||
Discourse
|
||||
|
||||
Follow_on_Mastodon__Twitter: |
|
||||
Follow on Mastodon & Twitter
|
||||
|
||||
Get_the_latest_privacyrelated_updates_from_our_Mastodon_Feed._Follow_us_today!: |
|
||||
Get the latest privacy-related updates from our Mastodon Feed. Follow us today!
|
||||
|
||||
Mastodon: |
|
||||
Mastodon
|
||||
|
||||
Develop_on_GitHub: |
|
||||
Develop on GitHub
|
||||
|
||||
The_complete_website_source_code_is_available_on_GitHub._Join_our_developer_team!: |
|
||||
The complete website source code is available on GitHub. Join our developer team!
|
||||
|
||||
GitHub: |
|
||||
GitHub
|
||||
|
||||
This_is_a_community_project_aiming_to_deliver_the_best_information_available_to_improve_privacy_onlin: |
|
||||
This is a community project aiming to deliver the best information available to improve privacy online. Thank you for participating. This project needs you.
|
||||
|
||||
Encrypted_Cloud_Storage_Services: |
|
||||
Encrypted Cloud Storage Services
|
||||
|
||||
|
Reference in New Issue
Block a user