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
enupal/translate also looks for static strings in Twig templates with regex matching. It doesn't seem very reliable, and seems to be the cause of many of their issues.
Maybe yours regex pattern works better, but I wonder if there's a way to hook into the template or parse it so you're actually getting what's being passed through the translation filter?
The text was updated successfully, but these errors were encountered:
The reason I made this plugin was because I felt there wasn't enough native support for static translations. I've been looking around before making the field, but haven't found a way to get the parsed values. I guess that would require a full parsing of all templates which doesn't sound too good.
If you would happen to find any resources on other ways to access translations, you would make me very happy 🙂 .
enupal/translate also looks for static strings in Twig templates with regex matching. It doesn't seem very reliable, and seems to be the cause of many of their issues.
Maybe yours regex pattern works better, but I wonder if there's a way to hook into the template or parse it so you're actually getting what's being passed through the translation filter?
The text was updated successfully, but these errors were encountered: