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
This option is mostly redundant, as user already has "Prevent saving these words" that generates a warning.
There is no need to generate a notification and not a warning if a certain word is "bad".
If it's a false positive result, then user can always check "Save / approve with warnings" or even remove the word from the list, if the percent of false positive results is too high
This gives the chance to keep a minimum number of options while implementing #14 (comment)
The text was updated successfully, but these errors were encountered:
Adds an option to set a list of strings that will be counted in original and translation and then matched. A warning will be generated if counts don't match.
Replaces regex in checks with optimized function, where possible. Up to 10 times faster, according to author.
Removes the break in finding the warning words after the first word is found.
Removes the "Notify about these words" option.
Fixes:
#14,
#19,
#8
Adds an option to set a list of strings that will be counted in original and translation and then matched. A warning will be generated if counts don't match.
Replaces regex in checks with optimized function, where possible. Up to 10 times faster, according to author.
Removes the break in finding the warning words after the first word is found.
Removes the "Notify about these words" option.
Fixes:
#14,
#19,
#8
This option is mostly redundant, as user already has "Prevent saving these words" that generates a warning.
There is no need to generate a notification and not a warning if a certain word is "bad".
If it's a false positive result, then user can always check "Save / approve with warnings" or even remove the word from the list, if the percent of false positive results is too high
This gives the chance to keep a minimum number of options while implementing #14 (comment)
The text was updated successfully, but these errors were encountered: