Commit ad1a5116 authored by Giuseppe Terrasi's avatar Giuseppe Terrasi

apply translations in digest.html template (LP: #1032910)
update 00-README
parents 0c0c0e5b 1751b819
...@@ -63,3 +63,8 @@ Revert parziale con modifica 64 ramo dev, attraverso questo merge [1] ...@@ -63,3 +63,8 @@ Revert parziale con modifica 64 ramo dev, attraverso questo merge [1]
= forum_modules/pgfulltext = = forum_modules/pgfulltext =
sostituito "english" con "italian" sostituito "english" con "italian"
= forum/skins/light/templates/notifications/digest.html =
File nel quale sono state apportate direttamente delle traduzioni.
Nello specifico le parole "nuove domande" e "elementi" invece di "posts"
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
{% htmlcontent notifications/base.html %} {% htmlcontent notifications/base.html %}
{% declare %} {% declare %}
new_questions_link = html.hyperlink(smart_unicode(app_url) + reverse('questions') + '?sort=' + _('latest'), smart_unicode(_('new questions')), style=a_style) new_questions_link = html.hyperlink(smart_unicode(app_url) + reverse('questions') + '?sort=' + _('latest'), smart_unicode(_('nuove domande')), style=a_style)
user_questions = digest.get_for_user(recipient) user_questions = digest.get_for_user(recipient)
subscribed_url = '%s%s' % (app_url, recipient.get_subscribed_url()) subscribed_url = '%s%s' % (app_url, recipient.get_subscribed_url())
subscriptions_link = html.hyperlink(subscribed_url, _('subscriptions'), style=a_style) subscriptions_link = html.hyperlink(subscribed_url, _('subscriptions'), style=a_style)
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
{% if recipient.is_superuser %} {% if recipient.is_superuser %}
{% declare %} {% declare %}
flagged_url = html.hyperlink(smart_unicode(app_url + reverse('admin_flagged_posts')), smart_unicode(str(flagged_count) + ' ' + _('posts')), style=a_style) flagged_url = html.hyperlink(smart_unicode(app_url + reverse('admin_flagged_posts')), smart_unicode(str(flagged_count) + ' ' + _('elementi')), style=a_style)
{% enddeclare %} {% enddeclare %}
<p style="{{ p_style }}"> <p style="{{ p_style }}">
{% blocktrans %} {% blocktrans %}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment