Ignore:
Timestamp:
28 Oct 2014, 20:02:45 (10 years ago)
Author:
Henrik Bettermann
Message:

Enable localization of batch processing modules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/batching.py

    r11699 r11891  
    4343    grok.name(util_name)
    4444
    45     name = u'ApplicantsContainer Processor'
     45    name = _('ApplicantsContainer Processor')
    4646    mode = u'create'
    4747    iface = IApplicantsContainer
     
    9292    util_name = 'applicantprocessor'
    9393    grok.name(util_name)
    94     name = u'Applicant Processor'
     94    name = _('Applicant Processor')
    9595    iface = IApplicant
    9696    iface_byregnumber = IApplicantUpdateByRegNo
Note: See TracChangeset for help on using the changeset viewer.