From 38302d20f067d9cdb07a03c9df3483fb1e4b8d40 Mon Sep 17 00:00:00 2001 From: yeet648 Date: Sun, 11 Aug 2019 13:32:13 -0700 Subject: [PATCH] replaced tokens with strings in services page --- _i18n/en.yml | 12 ++++++++++++ pages/services.html | 22 +++++++++++----------- 2 files changed, 23 insertions(+), 11 deletions(-) diff --git a/_i18n/en.yml b/_i18n/en.yml index db6de771..7ed94598 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -233,4 +233,16 @@ contact: abuse2: "Report only abuse here:" searx_issues: "Searx Issues" website_issues: "Website Issues" +services: + title: "Services from privacytools.io" + description: "The privacytools.io team is proud to introduce a suite of privacy-centric online services to connect you with other privacy-minded individuals and stay safe and secure online. No advertisers, no Google Analytics, no tracking, no third party requests of any kind." + we_have_the_following_services: "We currently have the following free-to-use services online now." + searx: "Searx - Privacy Friendly Search at search.privacytools.io" + mastodon: "Mastodon - Tracker Free Social Networking at social.privacytools.io" + matrix: "Matrix - Federated private chat at chat.privacytools.io" + discourse: "Discourse - Forum at forum.privacytools.io" + gitea: "Gitea - Git-Repository Manager at git.privacytools.io" + write_freely: "Write Freely - Federated minimalist blog at write.privacytools.io" + privatebin: "PrivateBin - Encrypted Pastebin at bin.privacytools.io" + more_services_on_the_way: "More services are on the way. If there's something that would be super beneficial for us to run, don't hesitate to reach out and ask. And of course, if you like our services, please consider donating to support our server costs, any donation helps!" diff --git a/pages/services.html b/pages/services.html index 1918df89..e5e3aa24 100644 --- a/pages/services.html +++ b/pages/services.html @@ -1,22 +1,22 @@ --- layout: page permalink: /services/ -title: "Services from privacytools.io" -description: "The privacytools.io team is proud to introduce a suite of privacy-centric online services to connect you with other privacy-minded individuals and stay safe and secure online. No advertisers, no Google Analytics, no tracking, no third party requests of any kind." +title: "{% t services.title %}" +description: "{% t services.description %}" --- -

We currently have the following free-to-use services online now.

+

{% t services.we_have_the_following_services %}

-

More services are on the way. If there's something that would be super beneficial for us to run, don't hesitate to reach out and ask. And of course, if you like our services, please consider donating to support our server costs, any donation helps!

+

{% t services.more_services_on_the_way %}