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
I apologize in advance if this has been resolved but I believe I have the latest iteration of this plugin and this is still an issue for me.
I will try to explain as best as I can. I had some HTML that looked something like this:
<div class="col-md-12 text-center"> <p class="trn"> The text I want to translate goes here </p> </div>
The plugin wouldn't translate that text. But when I changed it to this:
<div class="col-md-12 text-center"> <p class="trn">The text I want to translate goes here</p> </div>
It now works fine.
Is there a way to make it so both ways work and I won't have to reformat my HTML? Thanks! :)
The text was updated successfully, but these errors were encountered:
I've submitted a pull request that fixes this. It's a very small change that you could replicate locally. #15
Sorry, something went wrong.
Thanks! I'll check it out
No branches or pull requests
I apologize in advance if this has been resolved but I believe I have the latest iteration of this plugin and this is still an issue for me.
I will try to explain as best as I can. I had some HTML that looked something like this:
The plugin wouldn't translate that text. But when I changed it to this:
It now works fine.
Is there a way to make it so both ways work and I won't have to reformat my HTML? Thanks! :)
The text was updated successfully, but these errors were encountered: