diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-04-28 21:17:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-28 21:17:05 -0400 |
commit | 512391346bd4f67b1933b768c64d4dac1b58b44d (patch) | |
tree | 3759ab3b64cdb52d3b4914cc974be6e3fbca665d /ext/js/background | |
parent | 763c6c76aa5bceb1eb929aa3a87bacf91e37407f (diff) |
Translator alphanumeric improvement (#1635)
* Simplify alphanumeric check
* Update option name for clarity
Diffstat (limited to 'ext/js/background')
-rw-r--r-- | ext/js/background/backend.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/js/background/backend.js b/ext/js/background/backend.js index 84ff2c0d..5b133d79 100644 --- a/ext/js/background/backend.js +++ b/ext/js/background/backend.js @@ -1896,7 +1896,7 @@ class Backend { return { wildcard, mainDictionary, - alphanumeric, + removeNonJapaneseCharacters: !alphanumeric, convertHalfWidthCharacters, convertNumericCharacters, convertAlphabeticCharacters, |