From 512391346bd4f67b1933b768c64d4dac1b58b44d Mon Sep 17 00:00:00 2001
From: toasted-nutbread <toasted-nutbread@users.noreply.github.com>
Date: Wed, 28 Apr 2021 21:17:05 -0400
Subject: Translator alphanumeric improvement (#1635)

* Simplify alphanumeric check

* Update option name for clarity
---
 test/data/translator-test-inputs.json | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

(limited to 'test')

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,
                         [
-- 
cgit v1.2.3