Details
-
Improvement
-
Resolution: Fixed
-
None
-
Medium
-
'Numbers'-category errors detected by SpellCheck's LanguageTool are now counted and shown in the left AutoQA panel
-
Empty show more show less
Description
We discovered an error type of languageTool, that so far had been unknown to translate5.
It should be taken into account in the future.
The log output in translate5 had been:
LanguageTool (which stands behind AutoQA Spell Check) detected an error of a kind previously unknown to translate5 app
{ "message": "Brak spacji po wartości liczbowej. Powinno być: \"40 mm\".", "shortMessage": "Zły format liczby", "replacements": [ \{ "value": "40 mm" }
], "offset": 4, "length": 4, "context": { "text": "PHZ 40mm", "offset": 4, "length": 4 }, "sentence": "PHZ 40mm", "type": { "typeName": "Other" }, "rule": { "id": "JEDNOSTKA_LICZBA", "subId": "1", "description": "Brak spacji przed jednostką, np. 12 kg", "issueType": "numbers", "category":
{ "id": "NUMBERS", "name": "Formatowanie liczb" }}, "ignoreForIncompleteSentence": false, "contextForSureMatch": 3}
Marked text: PHZ 40mm