Add jekyll-multiple-language-plugin and refactor strings into /_i18n

This commit is contained in:
John Hess 2022-03-30 16:40:50 -05:00
parent 8887613e81
commit a474bc61ed
10 changed files with 53 additions and 93 deletions

View file

@ -1,10 +1,7 @@
<footer class="footer-area">
<div class="container">
<div class="footer-area-wrapper text-center">
<!--
<p class="ls-40">&copy; {{ 'now' | date: "%Y" }} Butter. All rights reserved.</p>
-->
<a href="apps">View All Apps</a> | <a href="https://gitlab.com/guardianproject/wind-fdroidclient">Built on F-Droid Free Software</a>
<a href="apps">{% t view_all_apps %}</a> | <a href="https://gitlab.com/guardianproject/wind-fdroidclient">{% t built_on_fdroid %}</a>
</div>
</div>
</footer>