Ignore:
Timestamp:
12 Dec 2014, 13:53:05 (10 years ago)
Author:
Henrik Bettermann
Message:

Dict values must be localizable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/customers/utils.py

    r12185 r12199  
    316316
    317317    DOCTYPES_DICT = {
    318         'CustomerSampleDocument': 'Sample Document',
    319         'CustomerPDFDocument': 'PDF Document',
     318        'CustomerSampleDocument': _('Sample Document'),
     319        'CustomerPDFDocument': _('PDF Document'),
    320320        }
    321321
    322322    CONTYPES_DICT = {
    323         'SampleContract': 'Sample Contract',
     323        'SampleContract': _('Sample Contract'),
    324324        }
    325325
Note: See TracChangeset for help on using the changeset viewer.