~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-04 15:22:19 UTC
  • mfrom: (14433.2.59 page-titles-1)
  • Revision ID: launchpad@pqm.canonical.com-20111204152219-wa281ydo0lryqzyr
[rs=sizui][bug=426532] Moved page_titles into views. Removed
 c.l.pagetitles and tales formatter.

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):