From 710e4dd1826f4c98c787108a048fd679cc990d67 Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 3 Apr 2013 11:20:57 -0700 Subject: added contacts.english for when you need a descriptive contact rather than an email address contact. --- provider_base/provider.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'provider_base/provider.json') 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", -- cgit v1.2.3