Skip to content

This is a simple gtk wrapper written in C for translating text files using the translate-shell

License

Notifications You must be signed in to change notification settings

TamirRothschild/QuickLing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickLing

Text File Translator

This is a simple GUI wrapper written in C for translating text files using the translate-shell

Features

  • Translate text files from one language to another.
  • Support for various language pairs.
  • User-friendly interface.

Example

gtk-translate

Requirements

  • Linux-based operating system.
  • trans command-line utility. Install it using the following command:
Debian
sudo apt-get install translate-shell
Arch
sudo pacman -S translate-shell
Fedora
sudo dnf install translate-shell

How To Build

Terminal:
git clone https://github.com/TamirRothschild/QuickLing
cd /source
gcc `pkg-config --cflags --libs gtk+-3.0` -o translator main.c
./translator

Thanks

https://github.com/soimort/translate-shell

About

This is a simple gtk wrapper written in C for translating text files using the translate-shell

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages