Results 2 issues of Anton

I suggest to clarify that there is always a "default default language" when speaking about missing translations. A link to the **Configure Languages** section could also be useful.

Hi all! I am talking about [this](https://github.com/cameronsutter/odyssey/blob/fd13e9e5bede733ceff4b6a95f2ac516c19cb5f9/lib/odyssey/engine.rb#L18) regular expression, which is later used to coun sentences: ``` SENTENCE_REGEX = /[^\.!?\s][^\.!?]*(?:[\.!?](?!['"]?\s|$)[^\.!?]*)*[\.!?]?['"]?(?=\s|$)/ ``` For texts like "Mr. Smith is a doctor" this...