We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having the following YML file:
home: keywords: ffdasfa text here: whatever
Only text here gets translated:
text here
<span data-t>text here</span> <span data-t>demo.keywords</span>
Generating:
<span>whatever</span> <span>demo.keywords</span>
The text was updated successfully, but these errors were encountered:
Could it simply be that
<span data-t>demo.keywords</span>
should be
<span data-t>home.keywords</span>
?
Sorry, something went wrong.
Sorry that's a typo on my question :) Even when using it properly, like. home.keywords, it still failing to me.
No branches or pull requests
Having the following YML file:
Only
text here
gets translated:Generating:
The text was updated successfully, but these errors were encountered: