~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/browser/translations.py

  • Committer: Francis J. Lacoste
  • Date: 2011-12-06 20:10:56 UTC
  • mfrom: (14448 devel)
  • mto: This revision was merged to the branch mainline in revision 14474.
  • Revision ID: francis.lacoste@canonical.com-20111206201056-jk8q5euywtd4vqk7
Merge devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
class RosettaApplicationView(LaunchpadView, TranslationsMixin):
60
60
    """View for various top-level Translations pages."""
61
61
 
 
62
    page_title = 'Launchpad Translations'
 
63
 
62
64
    @property
63
65
    def ubuntu_translationseries(self):
64
66
        ubuntu = getUtility(ILaunchpadCelebrities).ubuntu
102
104
class TranslatableProductsView(LaunchpadView):
103
105
    """List of translatable products."""
104
106
    label = "Projects with translations in Launchpad"
 
107
    page_title = label
105
108
 
106
109
    @cachedproperty
107
110
    def batchnav(self):