https://bugs.kde.org/show_bug.cgi?id=414375
--- Comment #2 from Burkhard Lück <lu...@hube-lueck.de> --- This patch fixes the reported issue in master and makes kbibtex fully translated again: $ git diff diff --git a/CMakeLists.txt b/CMakeLists.txt index 6cb792f9..1c090ee4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,10 +16,6 @@ set(QT_MIN_VERSION 5.9.0) set(KF5_MIN_VERSION 5.51) find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE) -add_definitions( - -DTRANSLATION_DOMAIN="kbibtex" -) - set( CMAKE_MODULE_PATH ${ECM_MODULE_PATH} The definition of TRANSLATION_DOMAIN has to be used only to connect catalogs to library code, please read: https://api.kde.org/frameworks/ki18n/html/prg_guide.html#link_lib See also https://bugs.kde.org/show_bug.cgi?id=414385 -- You are receiving this mail because: You are watching all bug changes.