Skip to content

outsideris/issue-translator-extension

Repository files navigation

Issue Translator for GitHub

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

Unit tests

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 Plaform.

  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.

Now, you can see a translation button on GitHub.

Development

To build, 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