Function Translation.addMessage

Adds a message if nonexistent, followed by its translation.

void addMessage (
  const(String) src_message,
  const(String) xlated_message
) nothrow @nogc;