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 /test/data | |
parent | 763c6c76aa5bceb1eb929aa3a87bacf91e37407f (diff) |
Translator alphanumeric improvement (#1635)
* Simplify alphanumeric check
* Update option name for clarity
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/translator-test-inputs.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/data/translator-test-inputs.json b/test/data/translator-test-inputs.json index f3000389..5c47395c 100644 --- a/test/data/translator-test-inputs.json +++ b/test/data/translator-test-inputs.json @@ -14,7 +14,7 @@ "default": { "wildcard": null, "mainDictionary": "${title}", - "alphanumeric": false, + "removeNonJapaneseCharacters": true, "convertHalfWidthCharacters": false, "convertNumericCharacters": false, "convertAlphabeticCharacters": false, @@ -182,7 +182,7 @@ "options": [ "default", { - "alphanumeric": true, + "removeNonJapaneseCharacters": false, "textReplacements": [ null, [ @@ -204,7 +204,7 @@ "options": [ "default", { - "alphanumeric": true, + "removeNonJapaneseCharacters": false, "textReplacements": [ null, [ @@ -226,7 +226,7 @@ "options": [ "default", { - "alphanumeric": true, + "removeNonJapaneseCharacters": false, "textReplacements": [ null, [ @@ -248,7 +248,7 @@ "options": [ "default", { - "alphanumeric": true, + "removeNonJapaneseCharacters": false, "textReplacements": [ null, [ @@ -270,7 +270,7 @@ "options": [ "default", { - "alphanumeric": true, + "removeNonJapaneseCharacters": false, "textReplacements": [ null, [ |