Skip to content

Resident234/hazel

Repository files navigation

Issue Translator for GitHub

Chrome extension - Translates issues, pull requests and comments on GitHub for non-English-based programmers

Usage

demo

You can download it in Chrome Web Store.

How to get a new API key for Google Cloud Translation

  1. Make a new project in Google Cloud Platform.

  2. Enable Google Cloud Translation API for the project.

  3. Make a new API key in Credentials.

  4. Enter the API key in options for this Chrome extension.

If you have API key:

  1. Download [the released file] and extract it.

  2. In chrome://extensions/ of your Chrome, click load unpacked extension and pick above folder. (You have to turn on developer mode)

  3. Enter your API key in app.js

  4. Click options of this extension, choose your language which translates to.

Now, you can see a translation button on GitHub.

Development

To build for testing, run following command:

$ npm run build

It makes built files in dist/, so you should import dist/ directory in your Chrome browser.

And run following command for unit testing.

$ npm test

Production

To build for production, run following command:

$ npm run build:prod

About

Chrome extension - Translates text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published