match-glossary
Match extracted After Effects text layers against an English-Vietnamese translation table in a .docx file, producing translations.json and reporting unmatched strings.
Instructions
Match text layers previously extracted with extract-text-layers against a 2-column (English | Vietnamese) table in a .docx file. Writes translations.json (ready for apply-text-translations) and reports any unmatched strings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docxPath | Yes | Absolute path to the .docx file containing the English/Vietnamese translation table. | |
| extractedTextPath | No | Path to the extracted-text.json produced by extract-text-layers. Defaults to the last extraction. |