commit b97ff2a8a83a137d781feb3e6942c66deb849682 Author: hiro hiro@torproject.org Date: Wed Mar 27 18:41:21 2019 +0100
Localize social media cards --- templates/meta.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/meta.html b/templates/meta.html index 206dd76..adb2653 100644 --- a/templates/meta.html +++ b/templates/meta.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" {% if bag('alternatives', this.alt, 'direction') == 'text-right' %}dir="rtl"{% endif %}> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> -<meta name="description" content="Defend yourself against tracking and surveillance. Circumvent censorship."> +<meta name="description" content="{{ _('Defend yourself against tracking and surveillance. Circumvent censorship.')" }}> <meta name="twitter:card" content="summary" /> <meta name="twitter:site" content="@torproject" /> <meta name="twitter:creator" content="@torproject" />
tor-commits@lists.torproject.org