aboutsummaryrefslogtreecommitdiff
path: root/wallet.html
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 /wallet.html
parentc77d5823f295ecb481578bfc5f29dd0bb2e279b0 (diff)
downloadwww-08f40842ceb608e96d28a646d71044d2c83b34fb.tar.gz
www-08f40842ceb608e96d28a646d71044d2c83b34fb.zip
i18n: extract translations to PO files and use Jinja2 templating
Diffstat (limited to 'wallet.html')
-rw-r--r--wallet.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wallet.html b/wallet.html
index 8b0b36f3..aa833d57 100644
--- a/wallet.html
+++ b/wallet.html
@@ -2,7 +2,7 @@
2<html> 2<html>
3 <head profile="http://www.w3.org/2005/10/profile"> 3 <head profile="http://www.w3.org/2005/10/profile">
4 <meta charset="utf-8"/> 4 <meta charset="utf-8"/>
5 <title>GNU Taler - Wallet</title> 5 <title>{{ _("GNU Taler") }} - {{ _("Wallet") }}</title>
6 <meta name="description" content=""> 6 <meta name="description" content="">
7 <!--# include file="common/header.inc" --> 7 <!--# include file="common/header.inc" -->
8 8