[damned-lies] Show locale code after language name
- From: Claude Paroz <claudep src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [damned-lies] Show locale code after language name
- Date: Mon, 24 Aug 2009 17:59:18 +0000 (UTC)
commit 88467a889f2d4fc99495f72f9239a6ab6a6b643b
Author: Claude Paroz <claude 2xlibre net>
Date: Mon Aug 24 19:58:45 2009 +0200
Show locale code after language name
templates/teams/team_detail.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/templates/teams/team_detail.html b/templates/teams/team_detail.html
index 4e1b063..c34af40 100644
--- a/templates/teams/team_detail.html
+++ b/templates/teams/team_detail.html
@@ -21,7 +21,7 @@
{% endif %}
{% for lang in team.get_languages %}
- <h2>{{ lang.get_name }}</h2>
+ <h2>{{ lang.get_name }} ({{ lang.locale }})</h2>
<table class="stats">
<thead><tr><th>{% trans "Release" %}</th><th>{% trans "User Interface" %}</th><th>{% trans "Graph" %}</th>
<th>{% trans "Documentation" %}</th><th>{% trans "Graph" %}</th></tr></thead>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]