Ignore:
Timestamp:
19 Feb 2012, 18:42:02 (13 years ago)
Author:
Henrik Bettermann
Message:

Move MessageFactory? definition to w.s.interfaces to avoid conflicting imports.

Start translation of workflow (for demonstration).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/students/workflow.py

    r7652 r7670  
    99    CREATED, ADMITTED, CLEARANCE, REQUESTED, CLEARED, PAID, RETURNING,
    1010    REGISTERED, VALIDATED)
     11from waeup.sirp.interfaces import MessageFactory as _
    1112from waeup.sirp.workflow import SIRPWorkflow, SIRPWorkflowInfo
    1213from waeup.sirp.students.interfaces import IStudent, IStudentsUtils
     
    2728    Transition(
    2829        transition_id = 'admit',
    29         title = 'Admit student',
     30        title = _('Admit student'),
    3031        msg = 'Student admitted',
    3132        source = CREATED,
Note: See TracChangeset for help on using the changeset viewer.