Chris Johnston has proposed merging lp:~chrisjohnston/loco-directory/849890 into lp:loco-directory.
Requested reviews: loco-directory-dev (loco-directory-dev) Related bugs: Bug #849890 in LoCo Team Directory: ""Latest blog articles" missing from translation template" https://bugs.launchpad.net/loco-directory/+bug/849890 For more details, see: https://code.launchpad.net/~chrisjohnston/loco-directory/849890/+merge/78848 -- https://code.launchpad.net/~chrisjohnston/loco-directory/849890/+merge/78848 Your team loco-directory-dev is requested to review the proposed merge of lp:~chrisjohnston/loco-directory/849890 into lp:loco-directory.
=== modified file 'loco_directory/locale/loco-directory.pot' --- loco_directory/locale/loco-directory.pot 2011-10-05 00:50:53 +0000 +++ loco_directory/locale/loco-directory.pot 2011-10-10 14:21:23 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-10-05 00:49+0000\n" +"POT-Creation-Date: 2011-10-10 14:16+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <[email protected]>\n" @@ -184,7 +184,7 @@ msgstr "" #: events/models.py:229 -#: templates/events/team_event_detail_attendees.inc.html:35 +#: templates/events/team_event_detail_attendees.inc.html:37 msgid "Additional Guests" msgstr "" @@ -942,6 +942,10 @@ msgid "Click on your continent to find teams near you." msgstr "" +#: templates/index.html:60 +msgid "Latest blog articles" +msgstr "" + #: templates/index.html:79 msgid "Read More" msgstr "" @@ -1136,7 +1140,6 @@ #: templates/events/event_history_list.html:7 #: templates/events/global_event_detail.html:24 -#: templates/events/team_event_detail.html:7 msgid "Back to Events List" msgstr "" @@ -1253,14 +1256,14 @@ msgstr "" #: templates/events/global_event_detail.html:27 -#: templates/events/team_event_detail.html:11 +#: templates/events/team_event_detail.html:12 #: templates/meetings/team_meeting_detail.html:10 #: templates/teams/team_detail.html:9 msgid "Edit Details" msgstr "" #: templates/events/global_event_detail.html:28 -#: templates/events/team_event_detail.html:12 +#: templates/events/team_event_detail.html:13 msgid "Delete Event" msgstr "" @@ -1388,16 +1391,16 @@ msgid "Delete" msgstr "" -#: templates/events/team_event_detail.html:8 +#: templates/events/team_event_detail.html:9 #: templates/events/team_event_detail_comments.inc.html:6 msgid "Add Comment" msgstr "" -#: templates/events/team_event_detail.html:13 +#: templates/events/team_event_detail.html:14 msgid "Copy Event" msgstr "" -#: templates/events/team_event_detail.html:16 +#: templates/events/team_event_detail.html:17 #: templates/meetings/team_meeting_detail.html:15 #: templates/teams/team_detail.html:160 msgid "iCal Feed" @@ -1414,7 +1417,7 @@ msgstr "" #: templates/events/team_event_detail.inc.html:25 -#: templates/events/team_event_detail_attendees.inc.html:33 +#: templates/events/team_event_detail_attendees.inc.html:35 msgid "Attendees" msgstr "" @@ -1435,7 +1438,7 @@ msgid "Maybe attending:" msgstr "" -#: templates/events/team_event_detail_attendees.inc.html:34 +#: templates/events/team_event_detail_attendees.inc.html:36 msgid "Registration Status" msgstr "" @@ -1602,7 +1605,6 @@ msgstr "" #: templates/meetings/meeting_history_list.html:7 -#: templates/meetings/team_meeting_detail.html:7 msgid "Back to Meetings List" msgstr "" === modified file 'loco_directory/templates/index.html' --- loco_directory/templates/index.html 2011-10-05 00:50:53 +0000 +++ loco_directory/templates/index.html 2011-10-10 14:21:23 +0000 @@ -57,7 +57,7 @@ <br /> <section class="double-side-content"> - <h2>Latest blog articles</h2> + <h2>{% trans "Latest blog articles" %}</h2> {% for article in articles %} <article class="blog-entry"> <!--
_______________________________________________ Mailing list: https://launchpad.net/~loco-directory-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~loco-directory-dev More help : https://help.launchpad.net/ListHelp

