=s_('ClusterIntegration|Learn more about %{zones_link_start}zones%{zones_link_end}').html_safe%{zones_link_start: zones_link_start,zones_link_end: '</a>'.html_safe}
```
The reasoning behind this is that in some languages words change depending on context. For example in Japanese は is added to the subject of a sentence and を to the object. This is impossible to translate correctly if we extract individual words from the sentence.
When in doubt, try to follow the best practices described in this [Mozilla