GoogleTranslateUnofficial Code
Brought to you by:
ramazanemreo
File | Date | Author | Commit |
---|---|---|---|
googletranslateunofficial | 2020-09-02 |
![]() |
[845147] Delete translate.glade~ |
LICENSE | 2020-08-30 |
![]() |
[c1268b] Initial commit |
README.md | 2020-09-02 |
![]() |
[6b0ed3] Update README |
googletranslate | 2020-09-02 |
![]() |
[b27241] Version 2.0 |
Unofficial Google Translate Application for GNU/Linux
Firstly, install the deb package. And type;
sudo apt install -f ./GoogleTranslateUnofficial.deb
Clone the repository. And copy googletranslateunofficial directory and googletranslate file to /usr/bin
.
Open googletranslate file and change this line;
builder.add_from_file('googletranslateunofficial/translate.glade')
# With this:
builder.add_from_file('/usr/bin/googletranslateunofficial/translate.glade')
For access from menu, save this lines to /usr/share/applications
, as googletranslate.desktop
[Desktop Entry]
Exec=/usr/bin/googletranslate
Icon=accessories-dictionary
Name=Google Translate Unofficial
Type=Application
If you liked project, please star and fork the project. Thanks!