Ignore:
Timestamp:
07/05/10 14:51:56 (23 months ago)
Author:
dart
Message:

LoReality?:
o CSS custo
o Begin i18n
o Fill some new fields in mission
o Fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/loreality/loreality/controllers/squadron.py

    r2104 r2105  
    1919from formencode import htmlfill, variabledecode 
    2020from formencode.validators import Invalid 
     21from pylons.i18n.translation import _, ungettext 
    2122import uuid 
    2223 
     
    3536 
    3637        c.title = "LoReality" 
    37         c.heading = "Squadrons" 
     38        c.heading = _("Squadrons") 
    3839        c.squadrons = squadrons 
    3940        c.available_pilots = self._get_pilots() 
Note: See TracChangeset for help on using the changeset viewer.