Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

microsofttranslator.js xmldom could not be found within the project #31

Open
MariusCatanoiu opened this issue Jun 28, 2023 · 1 comment

Comments

@MariusCatanoiu
Copy link

MariusCatanoiu commented Jun 28, 2023

I use
TranslatorConfiguration.setConfig('Google', 'xxx','fr');

Simulator Screenshot - iPhone 14 - 2023-06-28 at 18 55 01

@raphaelobinna
Copy link

This error is due to changes in xmldom. You can change const DOMParser = require('xmldom').DOMParser; to import { DOMParser } from '@xmldom/xmldom' in src/services/MicrosoftTranslator.js of the package in node_modules.

I had made a pull request to fix the issue. @danialkalbasi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants