A translation app for GNOME.
Find a file
2024-10-09 23:27:24 +05:30
.github Create FUNDING.yml 2023-12-17 10:34:36 -05:00
build-aux/flatpak flatpak: Update runtime version 2024-10-06 18:03:16 -05:00
data build: Use correct po directory for info files 2024-10-08 07:12:21 -05:00
dialect search provider: Port to async 2024-09-16 10:51:41 -05:00
po@1fdb252567 i18n: Update translations 2024-10-06 17:48:45 -05:00
subprojects build: Pin blueprint-compiler to v0.4.0 2022-10-06 12:41:17 -05:00
.codespellrc Fix spelling errors 2022-10-26 15:47:01 -05:00
.gitignore Added macOS Finder system file to the gitignore list. 2023-12-20 18:15:39 +05:00
.gitmodules Move translations to separate repository 2021-05-24 07:08:28 +05:30
CONTRIBUTING.md Code sanitation: Use isort 2024-07-29 12:09:20 -05:00
dialect.doap Update DOAP file 2023-10-29 09:57:20 -05:00
LICENSE Initial commit 2020-07-24 17:22:46 +02:00
meson.build Release version 2.5.0 2024-10-06 17:53:25 -05:00
meson_options.txt Support development build profile 2021-10-20 14:11:01 -05:00
NEWS.md Release version 2.5.0 2024-10-06 17:53:25 -05:00
preview-2.png Release 2.1.0 2022-10-18 09:12:04 -05:00
preview-mobile.png Release 2.1.0 2022-10-18 09:12:04 -05:00
preview.png Release 2.1.0 2022-10-18 09:12:04 -05:00
pyproject.toml Code sanitation: Use isort 2024-07-29 12:09:20 -05:00
README.md README: Update deps info 2024-09-05 08:09:46 -05:00
requirements-dev.txt Code sanitation: Use isort 2024-07-29 12:09:20 -05:00
requirements.txt Add requirements.txt 2024-07-24 17:56:21 -05:00
setup.cfg Cleanup and L10n sync 2021-10-16 23:10:51 +05:30

Dialect

A translation app for GNOME.

Dialect

Features

  • Translation based on Google Translate
  • Translation based on the LibreTranslate API, allowing you to use any public instance
  • Translation based on Lingva Translate API
  • Translation based on Bing
  • Translation based on Yandex
  • Translation history
  • Automatic language detection
  • Text to speech
  • Clipboard buttons

Installation

Flathub

Download on Flathub

AUR

Arch-based distro users can install from the AUR: dialect for the stable version or dialect-git for the latest git revision.

Fedora

Dialect is available for Fedora 33 and later:

sudo dnf install dialect

Debian

Dialect is available in Debian 12:

sudo apt-get install dialect

Building

Requirements

  • Python 3 python
  • PyGObject python-gobject
  • GTK4 (>= 4.16.0) gtk4
  • libadwaita (>= 1.6.0) libadwaita
  • libsoup (>= 3.0) libsoup
  • libsecret
  • GStreamer 1.0 gstreamer
  • Meson meson
  • Ninja ninja
  • gTTS python-gtts
  • Beautiful Soup python-beautifulsoup4

If official packages are not available for any of the python dependencies, you can install them from pip:

pip install gtts

Building from Git

git clone --recurse-submodules https://github.com/dialect-app/dialect.git
cd dialect
meson builddir --prefix=/usr/local
sudo ninja -C builddir install

For testing and development purposes, you may run a local build:

git clone --recurse-submodules https://github.com/dialect-app/dialect.git
cd dialect
meson builddir
meson configure builddir -Dprefix=$(pwd)/builddir/testdir
ninja -C builddir install
ninja -C builddir run

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Translations

Dialect has already been translated into many languages (see the translations repository file). Please help translate Dialect into more languages through Weblate.

Translation status

License

GNU General Public License 3 or later