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
The actual code works fine when I run it, but PhpStorm reports that the translations are missing. It may also be important to note that I may use the - character to trim whitespace on either side of trans_default_domain.
The text was updated successfully, but these errors were encountered:
I checked to see if it would make a different whether I used -%} or not. It doesn't appear to affect anything, and the messages are still reported as missing.
First off, this plugin is a godsend so thanks for all the work put into this!
Unfortunately, it appears that the plugin does not change the domain for the
trans
filter if I usetrans_default_domain
in my Twig template.The actual code works fine when I run it, but PhpStorm reports that the translations are missing. It may also be important to note that I may use the
-
character to trim whitespace on either side oftrans_default_domain
.The text was updated successfully, but these errors were encountered: