i18n: key some missed strings and pages #1527

Merged
djoate merged 3 commits from i18n-key-classic into i18n-simple 2019-11-26 23:04:52 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 73afd447f2 - Show all commits

View File

@@ -1,6 +1,6 @@
<h1 id="os" class="anchor">{% t Privacy Tools %}</h1> <h1 id="os" class="anchor">{% t Privacy Tools %}</h1>
<p><a href="/{% if page.language %}{{ page.language }}/{% endif %}classic/"><i class="fas fa-info-circle"></i> {% t Prefer the classic site? View a single-page layout.%}</a></p> <p><a href="{{ "/classic/" | translate_page }}"><i class="fas fa-info-circle"></i> {% t Prefer the classic site? View a single-page layout. %}</a></p>
<div class="row"> <div class="row">

View File

@@ -1,10 +1,11 @@
--- ---
layout: default layout: default
permalink: /classic/ permalink: /classic/
translate: true
--- ---
<div class="alert alert-warning" role="alert"> <div class="alert alert-warning" role="alert">
We will try and keep this page up-to-date with added sections and other content, but to be guaranteed the latest recommendations, we recommend you check out our new Providers, Browsers, Software, and OS pages in the navbar above :) {% t We will try and keep this page up-to-date with added sections and other content, but to be guaranteed the latest recommendations, we recommend you check out our new Providers, Browsers, Software, and OS pages in the navbar above :) %}
</div> </div>
{% include sections/header.html %} {% include sections/header.html %}