diff --git a/markdown/src/conf.c b/markdown/src/conf.c index fd2e6ebe7..9aed5a9fa 100644 --- a/markdown/src/conf.c +++ b/markdown/src/conf.c @@ -21,6 +21,7 @@ * */ +#include "config.h" #include #include #include diff --git a/markdown/src/plugin.c b/markdown/src/plugin.c index 6c1bb7351..d59678bfa 100644 --- a/markdown/src/plugin.c +++ b/markdown/src/plugin.c @@ -19,6 +19,7 @@ * MA 02110-1301, USA. */ +#include "config.h" #include #include "viewer.h" #include "conf.h" @@ -29,10 +30,11 @@ GeanyFunctions *geany_functions; PLUGIN_VERSION_CHECK(211) -PLUGIN_SET_INFO("Markdown", - _("Real-time Markdown preview"), - "0.01", - "Matthew Brush ") +PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, + "Markdown", + _("Real-time Markdown preview"), + "0.01", + "Matthew Brush ") /* Should be defined by build system, this is just a fallback */ #ifndef MARKDOWN_DATA_DIR