We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8538907 commit 9a7c280Copy full SHA for 9a7c280
1 file changed
README.md
@@ -63,9 +63,9 @@ const tree = await processor.loadIntoTree(gridsetUint8Array);
63
- Asterics Grid
64
- Excel export
65
66
-## Translation Workflow
+## Wrangle strings workflow
67
68
-All processors implement `processTexts()` for translation use cases.
+All processors implement `processTexts()` to get all strings eg
69
70
```ts
71
import { DotProcessor } from '@willwade/aac-processors';
@@ -80,6 +80,7 @@ const translations = new Map([
80
81
await processor.processTexts('board.dot', translations, 'board-es.dot');
82
```
83
+NB: Please use [https://aactools.co.uk](https://aactools.co.uk) for a far more comphrensive translation logic - where we do far far more than this...
84
85
## Documentation
86
0 commit comments