Fix translation also for the new Markdown generator

Define the translation domain for it as well.
This commit is contained in:
Luigi Toscano 2017-08-30 01:29:43 +02:00
parent d9584b30d8
commit 007030a6df

View file

@ -1,3 +1,5 @@
add_definitions(-DTRANSLATION_DOMAIN="okular_markdown")
include_directories(
${CMAKE_CURRENT_SOURCE_DIR}/../..
)