Add support info

pull/7/head
Anodev 4 years ago committed by GitHub
parent 535e44720a
commit 28842d0fc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,17 +1,24 @@
# 🥧Google Translate bash client🥧
# 🧇Google Translate bash client🧇
## Get translated text from your terminal!
### 📄 How it work?
This script translate your text. \
Script will parse your source language and target language + your text, then Script send this information to Google Translate Api and get translated text.
### 🧷Note:
### 🧷 Note:
This bash script is combine of this scripts
[Link](https://gist.github.com/elFua/3342075) and [Link](https://gist.github.com/ayubmalik/149e2c7f28104f61cc1c862fe9834793) \
They **aren't** work!
### 📙Instructions:
### 📙 Instructions:
- **[Instruction for adding script as program in GoldenDict](https://github.com/OPHoperHPO/GT-bash-client/issues/3)**
### 🧰Usage:
### 🧰 Usage:
- `./translate.sh <source_lng> <new_lng> <your text>` \
If you do not know the source language, then put the value `auto` in place of `<source_lng> `
### 🏷Install
### 🏷 Install
- Clone repository via `git clone https://github.com/OPHoperHPO/GT-bash-client`
- Check script via `./GT-bash-client/translate.sh en es Hello`
### 💵 Support me:
You can thank me for developing this project, provide financial support for the development of new projects and buy me a small cup of coffee.☕\
Just support me on these platforms: \
⭐[**Boosty**⭐](https://boosty.to/anodev) \
⭐[**DonationAlerts**⭐](https://www.donationalerts.com/r/anodev_development)

Loading…
Cancel
Save