aboutsummaryrefslogtreecommitdiff
path: root/common/footer.inc
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2017-01-19 16:03:49 +0100
committertg(x) <*@tg-x.net>2017-01-19 16:03:49 +0100
commit08f40842ceb608e96d28a646d71044d2c83b34fb (patch)
treec9912cf5bb81030e21f084deb971efaa987f0eaf /common/footer.inc
parentc77d5823f295ecb481578bfc5f29dd0bb2e279b0 (diff)
downloadwww-08f40842ceb608e96d28a646d71044d2c83b34fb.tar.gz
www-08f40842ceb608e96d28a646d71044d2c83b34fb.zip
i18n: extract translations to PO files and use Jinja2 templating
Diffstat (limited to 'common/footer.inc')
-rw-r--r--common/footer.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/common/footer.inc b/common/footer.inc
index fa37c959..2951c24d 100644
--- a/common/footer.inc
+++ b/common/footer.inc
@@ -1,10 +1,6 @@
1 <div class="footer"> 1 <div class="footer">
2 <p>&copy; <a href="https://gnunet.org/ev">GNUnet e.V.</a> and Inria 2015, 2016</p> 2 <p>&copy; <a href="https://gnunet.org/ev">GNUnet e.V.</a> and Inria 2015, 2016</p>
3 <p lang="en">This page was created using <a href="https://www.gnu.org/">Free Software</a> only.</p> 3 <p>{{ _("This page was created using <a href='https://www.gnu.org/'>Free Software</a> only.") }}</p>
4 <p lang="de">Diese Seite wurde allein durch Einsatz von <a href="https://www.gnu.org/">Freier Software</a> erstellt.</p>
5 <p lang="fr">This page was created using <a href="https://www.gnu.org/">Free Software</a> only.</p>
6 <p lang="it">This page was created using <a href="https://www.gnu.org/">Free Software</a> only.</p>
7 <p lang="es">Este sitio fue creado usando <a href="https://www.gnu.org/">Software Libre</a> only.</p>
8 </div> 4 </div>
9 <script type="text/javascript">//<![CDATA[ 5 <script type="text/javascript">//<![CDATA[
10 loadLang(); 6 loadLang();