GitXplorerGitXplorer
f

translate-en-ru

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
eb04f7edb039bf41c373e13326788dfc82aa7c6d

2021-01-04 Update: Updated RuboCop rules

ffartem committed 4 years ago
Unverified
9019e2bf0d1de707f8bdb18be47b64cde46452fc

2020-11-30 Update: Added GitHub commit action

ffartem committed 4 years ago
Unverified
673f55aa0908742aa9aa2fbd49b714b5e332fb11

Merge branch 'master' of https://github.com/fartem/translate-en-ru into master

ffartem committed 4 years ago
Unverified
50f3a9b3ecf2aa25725efa81a2f70aa54ef9e124

2020-11-27 Update: Updated Rubocop rules

ffartem committed 4 years ago
Unverified
87aec0b88ff94b61ecc9c6c233a6347cab1ad049

2020-11-12 Update: Updated Rubocop rules

ffartem committed 4 years ago
Unverified
27624e94b4d235343c7a441b0a42a2d16e430ff3

2020-08-05 Update: Updated Travis CI badge in README.md

ffartem committed 4 years ago

README

The README file for this repository.

translate-en-ru

GitHubActions

About

Script for translating words/sentences from English to Russian and vice versa with Yandex.Translate API.

How to run

  1. install Git and Ruby;

  2. clone repository:

$ git clone https://github.com/fartem/translate-en-ru
  1. install whatlanguage gem:
$ gem install whatlanguage
  1. add your Yandex.Translate API key in OS environment:
$ export YANDEX_TRANSLATE_KEY=YOUR_YANDEX_TRANSLATE_KEY
  1. run from shell in project folder:
$ ./translate YOUR_TEXT