aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/old-news.j2.inc2
-rw-r--r--locale/de/LC_MESSAGES/messages.mobin152453 -> 168721 bytes
-rw-r--r--locale/en/LC_MESSAGES/messages.mobin443 -> 443 bytes
-rw-r--r--locale/fr/LC_MESSAGES/messages.mobin24775 -> 27000 bytes
-rw-r--r--locale/it/LC_MESSAGES/messages.mobin111142 -> 119317 bytes
-rw-r--r--template/index.html.j22
6 files changed, 2 insertions, 2 deletions
diff --git a/common/old-news.j2.inc b/common/old-news.j2.inc
index 35da2f08..d4d45ef4 100644
--- a/common/old-news.j2.inc
+++ b/common/old-news.j2.inc
@@ -31,7 +31,7 @@
31 </header> 31 </header>
32 <p class="item-abstract"> 32 <p class="item-abstract">
33 {{ get_abstract(item['page'], 1000) }} <br/> 33 {{ get_abstract(item['page'], 1000) }} <br/>
34 [<a href="{{ item['page'] }}" title="{{ item['date']}}">{{ _("read more") }}</a>] 34 [<a href="{{ url_localized(item['page']) }}" title="{{ item['date']}}">{{ _("read more") }}</a>]
35 </p> 35 </p>
36 </section> 36 </section>
37 </li> 37 </li>
diff --git a/locale/de/LC_MESSAGES/messages.mo b/locale/de/LC_MESSAGES/messages.mo
index 9a53c988..f6460dc4 100644
--- a/locale/de/LC_MESSAGES/messages.mo
+++ b/locale/de/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/locale/en/LC_MESSAGES/messages.mo b/locale/en/LC_MESSAGES/messages.mo
index f14e0d1b..95bfb781 100644
--- a/locale/en/LC_MESSAGES/messages.mo
+++ b/locale/en/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/locale/fr/LC_MESSAGES/messages.mo b/locale/fr/LC_MESSAGES/messages.mo
index d014dd8e..3586e60a 100644
--- a/locale/fr/LC_MESSAGES/messages.mo
+++ b/locale/fr/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/locale/it/LC_MESSAGES/messages.mo b/locale/it/LC_MESSAGES/messages.mo
index 3abace12..ff66f1f1 100644
--- a/locale/it/LC_MESSAGES/messages.mo
+++ b/locale/it/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/template/index.html.j2 b/template/index.html.j2
index 6bc85b2f..4114785f 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -26,7 +26,7 @@
26 <h2>{{ _("Latest news") }}</h2> 26 <h2>{{ _("Latest news") }}</h2>
27 <p> 27 <p>
28 {% for item in newsdata[:3] %} 28 {% for item in newsdata[:3] %}
29 <a class="link" href="news/{{ item['page'] }}" title="{{ item['date']}}">{{ item['date'] }}: {{ item['title'] }}</a><br/> 29 <a class="link" href="{{ url_localized(item['page']) }}" title="{{ item['date']}}">{{ item['date'] }}: {{ item['title'] }}</a><br/>
30 {% endfor %} 30 {% endfor %}
31 <br/> 31 <br/>
32 <a class="link" href="{{ url_localized('news/index.html')}}">{{ _("Older news entries") }}</a> 32 <a class="link" href="{{ url_localized('news/index.html')}}">{{ _("Older news entries") }}</a>