[WIP] Add Weblate Support, Move Strings to YAML Files #1105

Merged
jonah merged 40 commits from i18n into master 2019-11-02 20:32:35 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 1b261cab0f - Show all commits

View File

@@ -92,7 +92,7 @@ header:
search: "Try search.privacytools.io, a Privacy-Respecting Search Engine" search: "Try search.privacytools.io, a Privacy-Respecting Search Engine"
start_search: "start search" start_search: "start search"
footer: footer:
partcipate: "Spread the word and help your friends" participate: "Spread the word and help your friends"
email_title: "Email" email_title: "Email"
facebook_title: "Facebook" facebook_title: "Facebook"
twitter_title: "Twitter" twitter_title: "Twitter"

View File

@@ -2,7 +2,7 @@
<hr class="footer-divider" /> <hr class="footer-divider" />
<h3 id="participate">{% t footer.partcipate %}</h3> <h3 id="participate">{% t footer.participate %}</h3>
<div class="row mb-4"> <div class="row mb-4">
<div class="col-12 col-md-6 d-flex justify-content-between"> <div class="col-12 col-md-6 d-flex justify-content-between">