mirror of
https://github.com/dialect-app/dialect.git
synced 2026-04-04 13:46:24 +00:00
A translation app for GNOME.
| .github | ||
| .zed | ||
| build-aux/flatpak | ||
| data | ||
| dialect | ||
| po@bd426bd3ad | ||
| subprojects | ||
| .codespellrc | ||
| .gitignore | ||
| .gitmodules | ||
| CONTRIBUTING.md | ||
| dialect.doap | ||
| LICENSE | ||
| meson.build | ||
| meson_options.txt | ||
| NEWS.md | ||
| preview-2.png | ||
| preview-mobile.png | ||
| preview.png | ||
| pyproject.toml | ||
| README.md | ||
| requirements.txt | ||
| setup.cfg | ||
| uv.lock | ||
Dialect
A translation app for GNOME.
Translation Providers
- Proprietary:
- Google Translate
- DeepL - Requires a Free or Paid API key.
- Kagi Translate - Requires session token (not complete URL) from Kagi settings as API Key.
- Microsoft Translator (Bing)
- Yandex Translate
- Open Source:
Features
- Translation history
- Automatic language detection
- Text to speech
- Clipboard buttons
Installation
Flathub
Arch Linux
The stable version is available from the official Extra repository: dialect and the latest git revision is available as an AUR package: dialect-git
Fedora
Dialect is available for Fedora 33 and later:
sudo dnf install dialect
Debian
Dialect is available in Debian 12 and later:
sudo apt-get install dialect
Building
Requirements
- Python 3 (>=3.10)
python - PyGObject (>=3.51.0)
python-gobject - GTK4 (>= 4.17.5)
gtk4 - libadwaita (>= 1.7.0)
libadwaita - libsoup (>= 3.0)
libsoup - libsecret
- libspelling
- 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.
