Aligning a Gateway Language to the UGNT could follow this process:
graph TB;
subgraph Pre-align with MT Engine
A[Autographa MT]-->B[Export to JSON]
end
subgraph NPM module
B-->C
end
subgraph tC
C[Convert to USFM3]-->D[Import to tC]
D-->E[Review and Revise]
E-->F[Upload to DCS]
end
F-->A
F-->G[Publish to Door43 Catalog]
click G "http://ufw.io/pub" "Publish Request"
H[USFM2]-->C