Skip to content

Commit 9a7c280

Browse files
authored
Rename Translation Workflow to Wrangle strings workflow
Updated section title and clarified translation workflow details.
1 parent 8538907 commit 9a7c280

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ const tree = await processor.loadIntoTree(gridsetUint8Array);
6363
- Asterics Grid
6464
- Excel export
6565

66-
## Translation Workflow
66+
## Wrangle strings workflow
6767

68-
All processors implement `processTexts()` for translation use cases.
68+
All processors implement `processTexts()` to get all strings eg
6969

7070
```ts
7171
import { DotProcessor } from '@willwade/aac-processors';
@@ -80,6 +80,7 @@ const translations = new Map([
8080

8181
await processor.processTexts('board.dot', translations, 'board-es.dot');
8282
```
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...
8384

8485
## Documentation
8586

0 commit comments

Comments
 (0)