Ignore:
Timestamp:
13 Mar 2012, 09:15:00 (13 years ago)
Author:
Henrik Bettermann
Message:

Enable customization of international dialing codes.

File:
1 edited

Legend:

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

    r7843 r7871  
    5656        'ig':(6, u'Igbo'),
    5757        }
     58
     59    INT_PHONE_PREFIXES = {
     60            _('Germany'): (2, '49'),
     61            _('Nigeria'): (1, '234'),
     62            _('U.S.'): (3, '1'),
     63            }
    5864
    5965    EXAM_SUBJECTS_DICT = {
Note: See TracChangeset for help on using the changeset viewer.