Note: you should always use the `'sourceLanguage' => 'en'` as it is, usually, easier and cheaper to translate from English into another language. If the `sourceLanguage` is not set it defaults to 'en'.
Add the following to the `'components' => [...]` section:
[...]
add:
```php
'encodeLabels' => false, // Required to enter HTML into the labels
```