diff options
| author | elijah <elijah@riseup.net> | 2013-04-03 11:20:57 -0700 | 
|---|---|---|
| committer | elijah <elijah@riseup.net> | 2013-04-03 11:20:57 -0700 | 
| commit | 710e4dd1826f4c98c787108a048fd679cc990d67 (patch) | |
| tree | f26744efdb9168314247a139004129f804f8b518 | |
| parent | 82db11a2efdd0d543b56c99a80cad4ffd90d5ba9 (diff) | |
added contacts.english for when you need a descriptive contact rather than an email address contact.
| -rw-r--r-- | provider_base/provider.json | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/provider_base/provider.json b/provider_base/provider.json index cf1baac6..e698b5dd 100644 --- a/provider_base/provider.json +++ b/provider_base/provider.json @@ -8,7 +8,8 @@      "en": "REQUIRED"    },    "contacts": { -    "default": "REQUIRED" +    "default": "REQUIRED", +    "english": "= contacts.default.split('@').join(' at the domain ')"    },    "languages": ["en"],    "default_language": "en", | 
