Added English localization logic during the regular scan process.
This commit is contained in:
@@ -16,6 +16,14 @@
|
||||
},
|
||||
"workingDirectory": ""
|
||||
},
|
||||
"Scan (JP, 10 pages)": {
|
||||
"commandName": "Project",
|
||||
"commandLineArgs": "scan --locale Japanese --start 1 --end 10 --pageSize 100",
|
||||
"environmentVariables": {
|
||||
"DOTNET_ENVIRONMENT": "Development"
|
||||
},
|
||||
"workingDirectory": ""
|
||||
},
|
||||
"Scan (EN, 3 pages)": {
|
||||
"commandName": "Project",
|
||||
"commandLineArgs": "scan --locale English --start 1 --end 3 --pageSize 100",
|
||||
|
||||
Reference in New Issue
Block a user