Discord Translation Bot
Find a file
2026-04-20 15:15:16 +02:00
.github/workflows CI: add Enterprise Linux 10 and Leap 16.0 2026-03-27 01:49:47 +01:00
cmake DPPStaticBundle: update OpenSSL to 3.0.20 2026-04-14 16:00:35 +02:00
rpmsrc dtranslatebot.spec: fix version number 2026-04-05 00:13:16 +02:00
src user_interface: make get_translator() and get_translator_name() static 2026-04-20 15:15:16 +02:00
.gitattributes improve code organisation, add .rc file 2024-02-26 11:33:39 +01:00
CMakeLists.txt user_interface: add get_translator() and get_translator_name() functions 2026-04-20 15:11:48 +02:00
Containerfile [skip ci] Containerfile: don't build DPP tests 2026-04-13 21:19:52 +02:00
README.md user_interface: add get_translator() and get_translator_name() functions 2026-04-20 15:11:48 +02:00

dtranslatebot

Open Source Discord Translation Bot

  • Translate incoming channel messages to a Webhook
  • Support configuration through slash commands and JSON
  • Cross-Platform

Build Dependencies

Supported Translation Engines

Build dtranslatebot

git clone https://github.com/Syping/dtranslatebot
cmake -B dtranslatebot-build dtranslatebot
cmake --build dtranslatebot-build
sudo cmake --install dtranslatebot-build
Optional CMake flags

-DWITH_BOOST=TRUE
-DWITH_DPP_STATIC_BUNDLE=TRUE
-DWITH_GUI=TRUE
-DWITH_SYSTEMD=TRUE