This repository contains the VueJS frontend for https://badtranslator.net.
Go to https://badtranslator.net to try it out.
npm install
npm run serve
npm run build
npm run lint
To add a new translation:
- Create a new file with the corresponding country code under src/translations/ (Example: for french this would be src/translations/fr.js)
- Copy the content of the src/translations/en.js file into your newly created translation file
- Translate the english strings into your language
- In src/translations/loader.js import your new translation and add it to the exported object
The badtranslator API server is currently not publicly available.