Ignore:
Timestamp:
23 Feb 2012, 17:48:43 (13 years ago)
Author:
Henrik Bettermann
Message:

Upgrade custom package and add internationalization.

I also added dolmen.beaker but I'm not sure if I did it right.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.custom/trunk/src/waeup/custom/browser/theming.py

    r7419 r7695  
    2020from waeup.custom.browser.resources import custom_theme_1
    2121
     22from waeup.custom.interfaces import MessageFactory as _
     23
    2224class CustomTheme1(grok.GlobalUtility):
    2325    """A custom theme based on the SIRP base theme.
     
    2628    grok.name('custom theme 1')
    2729
    28     description = u'Custom Theme 1'
     30    description = _(u'Custom Theme 1')
    2931
    3032    def getResources(self):
Note: See TracChangeset for help on using the changeset viewer.