This project is a Google Chrome Extension allowing users to translate any word selected on a page from Swedish to many other languages.
Supported languages:
- Albanian
- Amharic
- Arabic
- Azerbaijani
- Bosnian
- Croatian
- English
- Finnish
- Greek
- Northern Kurdish
- Pashto
- Persian
- Russian
- Serbian (Latin)
- Serbian (Cyrillic)
- Somali
- South Kurdish
- Spanish
- Swedish
- Turkish
Translations provided from Lexin dictionary and Folkets Lexikon
The extension can be installed from Chrome Web Store
Requirements:
- node.js
- npm
- grunt-cli
- Selenium and chromeDriver
After cloning repository run npm install
from repository root
In order to build run grunt build
In order to run tests grunt test