What's the feature?
This is a TransformerPlugin. Want to learn how to build a plugin? Start here.
This transformation plugin should take in data (define your input type) and it will output translated content of the SAME data structure (define your output type).
I think we should be very flexible with input/output -- and have the translate work with whatever data structure is provided.
I am not sure if there is a standard npm package to use, or an ai model that is very good at this.
This plugin might be able to take influence from the ai-transform plugin.
Acceptance Criteria
What's the feature?
This is a TransformerPlugin. Want to learn how to build a plugin? Start here.
This transformation plugin should take in data (define your input type) and it will output translated content of the SAME data structure (define your output type).
I think we should be very flexible with input/output -- and have the translate work with whatever data structure is provided.
I am not sure if there is a standard npm package to use, or an ai model that is very good at this.
This plugin might be able to take influence from the ai-transform plugin.
Acceptance Criteria