We want to create a mod that automatically translates text on a page. For example:
Given the target language is English
When I navigate to a page with text in a language other than English
Then that text should be automatically translated to English and maintain styling, html formatting, etc. as if it was originally published in the target language.
Chrome has a pop up if the entire site is in another language, but isn't good at detecting just a few words.
Acceptance Criteria
[ ] Ability to automatically identify text on a website that is different than the target language when the page loads, without a user gesture.
[ ] Abilty to automatically translate text to a target language within the website, without a user gesture.
[ ] Ability to maintain website styling and html formatting for the translated text.
Motivation
We want to create a mod that automatically translates text on a page. For example:
Acceptance Criteria
Timebox
8 hours