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
Given the speed problems this already has, no. Let it break. Maybe detect it and fail themes that are doing it, but strings in translation need to be complete, not partial. Wontfix.
Reported here:
https://wordpress.org/support/topic/bug-i-guess?replies=2#post-6175594
Example:
_e( 'text field (you can leave it blank', 'mytheme' );
Likely solution: tokenize the whole file instead of just that line. Similar to the patch for this:
#1
The text was updated successfully, but these errors were encountered: