[damned-lies] Make footer strings translatable
- From: Claude Paroz <claudep src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies] Make footer strings translatable
- Date: Tue, 6 Nov 2012 09:04:59 +0000 (UTC)
commit c37017804e9392590387755a18ad8d56a8790faa
Author: Claude Paroz <claude 2xlibre net>
Date: Tue Nov 6 10:04:48 2012 +0100
Make footer strings translatable
templates/base.html | 46 +++++++++++++++++++++++-----------------------
1 files changed, 23 insertions(+), 23 deletions(-)
---
diff --git a/templates/base.html b/templates/base.html
index 9991242..c80bc2d 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -93,37 +93,37 @@
<div class="links">
<div>
<ul id="menu-footer" class="menu">
- <li><a href="http://www.gnome.org">The GNOME Project</a>
+ <li><a href="http://www.gnome.org">{% trans "The GNOME Project" %}</a>
<ul class="sub-menu">
- <li><a href="http://www.gnome.org/about/">About Us</a></li>
- <li><a href="http://www.gnome.org/get-involved/">Get Involved</a></li>
- <li><a href="http://www.gnome.org/teams/">Teams</a></li>
- <li><a href="http://www.gnome.org/support-gnome/">Support GNOME</a></li>
- <li><a href="http://www.gnome.org/contact/">Contact Us</a></li>
- <li><a href="http://www.gnome.org/foundation/">The GNOME Foundation</a></li>
+ <li><a href="http://www.gnome.org/about/">{% trans "About Us" %}</a></li>
+ <li><a href="http://www.gnome.org/get-involved/">{% trans "Get Involved" %}</a></li>
+ <li><a href="http://www.gnome.org/teams/">{% trans "Teams" %}</a></li>
+ <li><a href="http://www.gnome.org/support-gnome/">{% trans "Support GNOME" %}</a></li>
+ <li><a href="http://www.gnome.org/contact/">{% trans "Contact Us" %}</a></li>
+ <li><a href="http://www.gnome.org/foundation/">{% trans "The GNOME Foundation" %}</a></li>
</ul>
</li>
<li><a href="#">Resources</a>
<ul class="sub-menu">
- <li><a href="http://developer.gnome.org">Developer Center</a></li>
- <li><a href="http://library.gnome.org">Documentation</a></li>
- <li><a href="http://live.gnome.org">Wiki</a></li>
- <li><a href="http://mail.gnome.org/mailman/listinfo">Mailing Lists</a></li>
- <li><a href="http://live.gnome.org/GnomeIrcChannels">IRC Channels</a></li>
- <li><a href="https://bugzilla.gnome.org/">Bug Tracker</a></li>
- <li><a href="http://git.gnome.org/browse/">Development Code</a></li>
- <li><a href="http://live.gnome.org/Jhbuild">Build Tool</a></li>
+ <li><a href="http://developer.gnome.org">{% trans "Developer Center" %}</a></li>
+ <li><a href="http://library.gnome.org">{% trans "Documentation" %}</a></li>
+ <li><a href="http://live.gnome.org">{% trans "Wiki" %}</a></li>
+ <li><a href="http://mail.gnome.org/mailman/listinfo">{% trans "Mailing Lists" %}</a></li>
+ <li><a href="http://live.gnome.org/GnomeIrcChannels">{% trans "IRC Channels" %}</a></li>
+ <li><a href="https://bugzilla.gnome.org/">{% trans "Bug Tracker" %}</a></li>
+ <li><a href="http://git.gnome.org/browse/">{% trans "Development Code" %}</a></li>
+ <li><a href="http://live.gnome.org/Jhbuild">{% trans "Build Tool" %}</a></li>
</ul>
</li>
- <li><a href="http://www.gnome.org/news/">News</a>
+ <li><a href="http://www.gnome.org/news/">{% trans "News" %}</a>
<ul class="sub-menu">
- <li><a href="http://www.gnome.org/press/">Press Releases</a></li>
- <li><a href="http://www.gnome.org/start/stable">Latest Release</a></li>
- <li><a href="http://planet.gnome.org">Planet GNOME</a></li>
- <li><a href="http://gnomejournal.org">GNOME Journal</a></li>
- <li><a href="http://news.gnome.org">Development News</a></li>
- <li><a href="http://identi.ca/gnome">Identi.ca</a></li>
- <li><a href="http://twitter.com/gnome">Twitter</a></li>
+ <li><a href="http://www.gnome.org/press/">{% trans "Press Releases" %}</a></li>
+ <li><a href="http://www.gnome.org/start/stable">{% trans "Latest Release" %}</a></li>
+ <li><a href="http://planet.gnome.org">{% trans "Planet GNOME" %}</a></li>
+ <li><a href="http://gnomejournal.org">{% trans "GNOME Journal" %}</a></li>
+ <li><a href="http://news.gnome.org">{% trans "Development News" %}</a></li>
+ <li><a href="http://identi.ca/gnome">{% trans "Identi.ca" %}</a></li>
+ <li><a href="http://twitter.com/gnome">{% trans "Twitter" %}</a></li>
</ul>
</li>
</ul>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]