user_interface: add get_translator() and get_translator_name() functions

- CMakeLists.txt: upgrade cmake_policy to version 4.3
- README.md: add missing WITH_GUI flag and recommend DeepL
This commit is contained in:
Syping 2026-04-20 15:11:48 +02:00
parent 2d3f3cc365
commit 823a60d64d
4 changed files with 23 additions and 10 deletions

View file

@ -17,7 +17,7 @@
****************************************************************************]]
cmake_minimum_required(VERSION 3.16)
cmake_policy(VERSION 3.16...3.27)
cmake_policy(VERSION 3.16...4.3)
project(dtranslatebot VERSION 0.4.0 LANGUAGES CXX)
include(GNUInstallDirs)