Trying to DRY up my en.yml for i18n:
en:
  phone: 800-123-4678
  errors:
    please_call: Please call 800-123-4678
    please_call2: Please call 800-123-4678 if you need assistance
Is there a way to reference a previously defined scalar and interpolate in another?