Having the following YML file: ```yml home: keywords: ffdasfa text here: whatever ``` Only `text here` gets translated: ```html <span data-t>text here</span> <span data-t>demo.keywords</span> ``` Generating: ```html <span>whatever</span> <span>demo.keywords</span> ```