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 of all, this plugin is life-changing for my team of lazy devs 😂
But then, we noticed we every now and then need to use the (verbose) eslint-disable comment in places that really don't need to be translated, namely strings composed of emojis or entities/symbols (such as the infamous × for popup closure).
It would be great if the plugin was able to identify that and skip notifying.
The text was updated successfully, but these errors were encountered:
I think it might be feasible to ignore emoji and html entities
The basic idea is to find a list of appropriate regex which represent these special characters and add them into the default configuration words.exclude .
First of all, this plugin is life-changing for my team of lazy devs 😂
But then, we noticed we every now and then need to use the (verbose)
eslint-disable
comment in places that really don't need to be translated, namely strings composed of emojis or entities/symbols (such as the infamous×
for popup closure).It would be great if the plugin was able to identify that and skip notifying.
The text was updated successfully, but these errors were encountered: