From 220e36f0f54dcb0342ba32b6325e9add2f47347c Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 29 Jul 2020 15:07:07 +0200 Subject: Add embedded gettext support from resource. --- plugin/drumgizmo_plugin.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'plugin/drumgizmo_plugin.h') diff --git a/plugin/drumgizmo_plugin.h b/plugin/drumgizmo_plugin.h index 1f91fbc..521ec86 100644 --- a/plugin/drumgizmo_plugin.h +++ b/plugin/drumgizmo_plugin.h @@ -26,6 +26,8 @@ */ #pragma once +#include + #include #ifdef LV2 @@ -37,6 +39,7 @@ #endif #include +#include #include #include #include @@ -214,4 +217,8 @@ private: static constexpr std::size_t width{750}; static constexpr std::size_t height{713}; + +#ifdef WITH_NLS + UITranslation translation; +#endif // WITH_NLS }; -- cgit v1.2.3