A translation app for GNOME.
Find a file
Sabri Ünal ecdff2f387 appdata: Improve appdata for AppStream 1.0
- Add the `<developer><name>` tag
- Mark the `<developer_name>` tag as deprecated
- Improve appstreamcli arguments
- Activate meson tests on Flatpak manifest
2024-01-03 09:15:09 -05:00
.github Create FUNDING.yml 2023-12-17 10:34:36 -05:00
build-aux/flatpak appdata: Improve appdata for AppStream 1.0 2024-01-03 09:15:09 -05:00
data appdata: Improve appdata for AppStream 1.0 2024-01-03 09:15:09 -05:00
dialect about: Update links 2023-12-22 10:53:38 -05:00
po@9155653c44 i18n: Update translations 2023-10-29 22:01:27 -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
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.2.0 2023-11-16 11:59:46 -05:00
meson_options.txt Support development build profile 2021-10-20 14:11:01 -05:00
NEWS.md Update NEWS 2023-12-09 09:29:22 -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
README.md Update to use libadwaita 1.4 2023-09-10 14:37:13 -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

Building

Requirements

  • Python 3 python
  • PyGObject python-gobject
  • GTK4 gtk4
  • libadwaita (>= 1.4.0) libadwaita
  • GStreamer 1.0 gstreamer
  • Meson meson
  • Ninja ninja
  • gTTS python-gtts
  • D-Bus python-dbus
  • 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