Translations nested after a different key are not supported
Nested translations are only supported if they start from the root. In the sample below, the translations are
after a different key which is not supported.
It is still possible to extract strings into complex structures of YAML and examples like the above, but it is not supported, because some frameworks parse
language files differently, e.g., Ruby on Rails i18n API with the locale as the root key.