Closed SylvainNZ closed 5 years ago
I managed to make a PowerShell script to use Google translate but still the JS can be handy for on the fly translation.
The examples use bundler (parcel) because there are dependencies with npm modules.. If you are using powershell to run example you need to run following commands yarn install; yarn start
(or npm install; npm start
).
I added command to package.json to build a file that can be used without node. Just type yarn run build
Hi, could you provide some instruction on how to test the browser version ? I downloaded all the files in the sample app to the same folder but when I run index.html I get the following error:
Can I include google-translate-api-browser without using Node ?