A translation app for GNOME.
The stable version is available from the official Extra
repository: dialect
and the latest git revision is available as an AUR package: dialect-git
Dialect is available for Fedora 33 and later:
sudo dnf install dialect
Dialect is available in Debian 12:
sudo apt-get install dialect
python
python-gobject
gtk4
libadwaita
libsoup
gstreamer
meson
ninja
python-gtts
python-beautifulsoup4
If official packages are not available for any of the python dependencies, you can install them from pip:
pip install gtts
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
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Dialect has already been translated into many languages (see the translations repository file). Please help translate Dialect into more languages through Weblate.