We have a single language site that uses a plugin that provides templates and snippets for a calendar. That plugin makes use of the t() helper to allow for translations in a multilingual environment.
How do I set the locale on a single language site? Adding 'locale' => 'de_DE.utf-8' doesn’t seem to have any effect, the content always defaults to English.