You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thanks for a great plugin. I hope you will find some time to work on it again in the future. Anyway, I have a small issue and hope you can help me resolve it.
I have a parcel setup which gets triggered on save of an entry (with a small if-condition as well). Within the HTML template for the email I have some strings which should get translated by the translations file I have in my Craft setup.
{{ 'translateMe'|t }}
This works when I save the entry via a plugin, but if I trigger the save manually by saving the entry within the control-panel the string doesn't get replaced/parsed by the translation functionality.
Any idea what could cause this?
Cheers
The text was updated successfully, but these errors were encountered:
Hi there
First, thanks for a great plugin. I hope you will find some time to work on it again in the future. Anyway, I have a small issue and hope you can help me resolve it.
I have a parcel setup which gets triggered on save of an entry (with a small if-condition as well). Within the HTML template for the email I have some strings which should get translated by the translations file I have in my Craft setup.
This works when I save the entry via a plugin, but if I trigger the save manually by saving the entry within the control-panel the string doesn't get replaced/parsed by the translation functionality.
Any idea what could cause this?
Cheers
The text was updated successfully, but these errors were encountered: