From 3d95afeb36fa9c5354de825801c0f7ac79bbea14 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 11 Sep 2011 16:13:27 -0500 Subject: [PATCH] Marking some things on the frontpage for translation. --- mediagoblin/templates/mediagoblin/root.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/mediagoblin/templates/mediagoblin/root.html b/mediagoblin/templates/mediagoblin/root.html index ed4878a5..854fca51 100644 --- a/mediagoblin/templates/mediagoblin/root.html +++ b/mediagoblin/templates/mediagoblin/root.html @@ -21,7 +21,7 @@ {% block mediagoblin_content %} {% if request.user %} -

Explore

+

{% trans %}Explore{% endtrans %}

{% else %}

{% trans %}Hi there, media lover! MediaGoblin is...{% endtrans %}

@@ -35,9 +35,12 @@ {% if allow_registration %} -

Excited to join us?

- Create a free account or - Set up MediaGoblin on your own server +

{% trans %}Excited to join us?{% endtrans %}

+ {% trans register_url=request.urlgen('mediagoblin.auth.register') %} + Create a free account + or + Set up MediaGoblin on your own server + {% endtrans %} {% endif %}

@@ -47,6 +50,6 @@
{% endif %} -

Most recent media

+

{% trans %}Most recent media{% endtrans %}

{{ object_gallery(request, media_entries, pagination) }} {% endblock %} -- 2.25.1