From a6dbf36d0ffa73bd9d2c6367906bf5ada1def6cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Wed, 17 Aug 2016 17:08:20 +0200 Subject: [PATCH] add translation files to all plugins --- .../avahimonitor/avahimonitor.pro | 4 ++ plugins/deviceplugins/awattar/awattar.pro | 4 ++ .../commandlauncher/commandlauncher.pro | 4 ++ plugins/deviceplugins/conrad/conrad.pro | 4 ++ plugins/deviceplugins/datetime/datetime.pro | 4 ++ plugins/deviceplugins/denon/denon.pro | 4 ++ plugins/deviceplugins/dollhouse/dollhouse.pro | 4 ++ plugins/deviceplugins/elgato/elgato.pro | 4 ++ plugins/deviceplugins/elro/elro.pro | 4 ++ plugins/deviceplugins/eq-3/eq-3.pro | 6 ++- .../genericelements/genericelements.pro | 4 ++ .../deviceplugins/intertechno/intertechno.pro | 4 ++ plugins/deviceplugins/kodi/kodi.pro | 6 ++- plugins/deviceplugins/leynew/leynew.pro | 4 ++ plugins/deviceplugins/lgsmarttv/lgsmarttv.pro | 4 ++ plugins/deviceplugins/lircd/lircd.pro | 4 ++ .../mailnotification/mailnotification.pro | 4 ++ .../deviceplugins/mock/translations/de_DE.ts | 54 +++++++++---------- .../deviceplugins/mock/translations/en_US.ts | 54 +++++++++---------- plugins/deviceplugins/netatmo/netatmo.pro | 4 ++ .../openweathermap/openweathermap.pro | 4 ++ .../deviceplugins/orderbutton/orderbutton.pro | 4 ++ .../deviceplugins/osdomotics/osdomotics.pro | 4 ++ .../deviceplugins/philipshue/philipshue.pro | 4 ++ plugins/deviceplugins/plantcare/plantcare.pro | 4 ++ plugins/deviceplugins/senic/senic.pro | 4 ++ .../udpcommander/udpcommander.pro | 4 ++ plugins/deviceplugins/unitec/unitec.pro | 4 ++ plugins/deviceplugins/wakeonlan/wakeonlan.pro | 4 ++ plugins/deviceplugins/wemo/wemo.pro | 4 ++ .../wifidetector/wifidetector.pro | 4 ++ plugins/deviceplugins/ws2812/ws2812.pro | 4 ++ 32 files changed, 174 insertions(+), 58 deletions(-) diff --git a/plugins/deviceplugins/avahimonitor/avahimonitor.pro b/plugins/deviceplugins/avahimonitor/avahimonitor.pro index b8e9b64e..cb6bcd0b 100644 --- a/plugins/deviceplugins/avahimonitor/avahimonitor.pro +++ b/plugins/deviceplugins/avahimonitor/avahimonitor.pro @@ -1,3 +1,7 @@ +TRANSLATIONS = translations/en_US.ts \ + translations/de_DE.ts + +# Note: include after the TRANSLATIONS definition include(../../plugins.pri) TARGET = $$qtLibraryTarget(guh_devicepluginavahimonitor) diff --git a/plugins/deviceplugins/awattar/awattar.pro b/plugins/deviceplugins/awattar/awattar.pro index 13b50390..71c61e76 100644 --- a/plugins/deviceplugins/awattar/awattar.pro +++ b/plugins/deviceplugins/awattar/awattar.pro @@ -1,3 +1,7 @@ +TRANSLATIONS = translations/en_US.ts \ + translations/de_DE.ts + +# Note: include after the TRANSLATIONS definition include(../../plugins.pri) TARGET = $$qtLibraryTarget(guh_devicepluginawattar) diff --git a/plugins/deviceplugins/commandlauncher/commandlauncher.pro b/plugins/deviceplugins/commandlauncher/commandlauncher.pro index 65c00415..1790c9ee 100644 --- a/plugins/deviceplugins/commandlauncher/commandlauncher.pro +++ b/plugins/deviceplugins/commandlauncher/commandlauncher.pro @@ -1,3 +1,7 @@ +TRANSLATIONS = translations/en_US.ts \ + translations/de_DE.ts + +# Note: include after the TRANSLATIONS definition include (../../plugins.pri) TARGET = $$qtLibraryTarget(guh_deviceplugincommandlauncher) diff --git a/plugins/deviceplugins/conrad/conrad.pro b/plugins/deviceplugins/conrad/conrad.pro index f36b1587..41982154 100644 --- a/plugins/deviceplugins/conrad/conrad.pro +++ b/plugins/deviceplugins/conrad/conrad.pro @@ -1,3 +1,7 @@ +TRANSLATIONS = translations/en_US.ts \ + translations/de_DE.ts + +# Note: include after the TRANSLATIONS definition include (../../plugins.pri) TARGET = $$qtLibraryTarget(guh_devicepluginconrad) diff --git a/plugins/deviceplugins/datetime/datetime.pro b/plugins/deviceplugins/datetime/datetime.pro index 241dfb63..6f1a812f 100644 --- a/plugins/deviceplugins/datetime/datetime.pro +++ b/plugins/deviceplugins/datetime/datetime.pro @@ -1,3 +1,7 @@ +TRANSLATIONS = translations/en_US.ts \ + translations/de_DE.ts + +# Note: include after the TRANSLATIONS definition include (../../plugins.pri) TARGET = $$qtLibraryTarget(guh_deviceplugindatetime) diff --git a/plugins/deviceplugins/denon/denon.pro b/plugins/deviceplugins/denon/denon.pro index 80f9bc87..36cd8a4d 100644 --- a/plugins/deviceplugins/denon/denon.pro +++ b/plugins/deviceplugins/denon/denon.pro @@ -1,3 +1,7 @@ +TRANSLATIONS = translations/en_US.ts \ + translations/de_DE.ts + +# Note: include after the TRANSLATIONS definition include(../../plugins.pri) TARGET = $$qtLibraryTarget(guh_deviceplugindenon) diff --git a/plugins/deviceplugins/dollhouse/dollhouse.pro b/plugins/deviceplugins/dollhouse/dollhouse.pro index f6e6fad9..460940af 100644 --- a/plugins/deviceplugins/dollhouse/dollhouse.pro +++ b/plugins/deviceplugins/dollhouse/dollhouse.pro @@ -1,3 +1,7 @@ +TRANSLATIONS = translations/en_US.ts \ + translations/de_DE.ts + +# Note: include after the TRANSLATIONS definition include(../../plugins.pri) TARGET = $$qtLibraryTarget(guh_deviceplugindollhouse) diff --git a/plugins/deviceplugins/elgato/elgato.pro b/plugins/deviceplugins/elgato/elgato.pro index cd68aec9..26ac0079 100644 --- a/plugins/deviceplugins/elgato/elgato.pro +++ b/plugins/deviceplugins/elgato/elgato.pro @@ -1,3 +1,7 @@ +TRANSLATIONS = translations/en_US.ts \ + translations/de_DE.ts + +# Note: include after the TRANSLATIONS definition include(../../plugins.pri) TARGET = $$qtLibraryTarget(guh_devicepluginelgato) diff --git a/plugins/deviceplugins/elro/elro.pro b/plugins/deviceplugins/elro/elro.pro index c52dfa87..63f7c686 100644 --- a/plugins/deviceplugins/elro/elro.pro +++ b/plugins/deviceplugins/elro/elro.pro @@ -1,3 +1,7 @@ +TRANSLATIONS = translations/en_US.ts \ + translations/de_DE.ts + +# Note: include after the TRANSLATIONS definition include(../../plugins.pri) TARGET = $$qtLibraryTarget(guh_devicepluginelro) diff --git a/plugins/deviceplugins/eq-3/eq-3.pro b/plugins/deviceplugins/eq-3/eq-3.pro index 40033fe2..3248abbd 100644 --- a/plugins/deviceplugins/eq-3/eq-3.pro +++ b/plugins/deviceplugins/eq-3/eq-3.pro @@ -1,9 +1,11 @@ +TRANSLATIONS = translations/en_US.ts \ + translations/de_DE.ts + +# Note: include after the TRANSLATIONS definition include(../../plugins.pri) TARGET = $$qtLibraryTarget(guh_deviceplugineq3) -QT += network - SOURCES += \ deviceplugineq-3.cpp \ maxcubediscovery.cpp \ diff --git a/plugins/deviceplugins/genericelements/genericelements.pro b/plugins/deviceplugins/genericelements/genericelements.pro index f0742bba..674ff654 100644 --- a/plugins/deviceplugins/genericelements/genericelements.pro +++ b/plugins/deviceplugins/genericelements/genericelements.pro @@ -1,3 +1,7 @@ +TRANSLATIONS = translations/en_US.ts \ + translations/de_DE.ts + +# Note: include after the TRANSLATIONS definition include(../../plugins.pri) TARGET = $$qtLibraryTarget(guh_deviceplugingenericelements) diff --git a/plugins/deviceplugins/intertechno/intertechno.pro b/plugins/deviceplugins/intertechno/intertechno.pro index 29b39836..8cd7a8e7 100644 --- a/plugins/deviceplugins/intertechno/intertechno.pro +++ b/plugins/deviceplugins/intertechno/intertechno.pro @@ -1,3 +1,7 @@ +TRANSLATIONS = translations/en_US.ts \ + translations/de_DE.ts + +# Note: include after the TRANSLATIONS definition include (../../plugins.pri) TARGET = $$qtLibraryTarget(guh_devicepluginintertechno) diff --git a/plugins/deviceplugins/kodi/kodi.pro b/plugins/deviceplugins/kodi/kodi.pro index 1695e0a5..fd2a17cc 100644 --- a/plugins/deviceplugins/kodi/kodi.pro +++ b/plugins/deviceplugins/kodi/kodi.pro @@ -1,9 +1,11 @@ +TRANSLATIONS = translations/en_US.ts \ + translations/de_DE.ts + +# Note: include after the TRANSLATIONS definition include(../../plugins.pri) TARGET = $$qtLibraryTarget(guh_devicepluginkodi) -#RESOURCES += images.qrc - SOURCES += \ devicepluginkodi.cpp \ kodiconnection.cpp \ diff --git a/plugins/deviceplugins/leynew/leynew.pro b/plugins/deviceplugins/leynew/leynew.pro index 5054427c..3971564e 100644 --- a/plugins/deviceplugins/leynew/leynew.pro +++ b/plugins/deviceplugins/leynew/leynew.pro @@ -1,3 +1,7 @@ +TRANSLATIONS = translations/en_US.ts \ + translations/de_DE.ts + +# Note: include after the TRANSLATIONS definition include(../../plugins.pri) TARGET = $$qtLibraryTarget(guh_devicepluginleynew) diff --git a/plugins/deviceplugins/lgsmarttv/lgsmarttv.pro b/plugins/deviceplugins/lgsmarttv/lgsmarttv.pro index bcde3a02..61757d6d 100644 --- a/plugins/deviceplugins/lgsmarttv/lgsmarttv.pro +++ b/plugins/deviceplugins/lgsmarttv/lgsmarttv.pro @@ -1,3 +1,7 @@ +TRANSLATIONS = translations/en_US.ts \ + translations/de_DE.ts + +# Note: include after the TRANSLATIONS definition include(../../plugins.pri) TARGET = $$qtLibraryTarget(guh_devicepluginlgsmarttv) diff --git a/plugins/deviceplugins/lircd/lircd.pro b/plugins/deviceplugins/lircd/lircd.pro index f25a505f..f48ad3a4 100644 --- a/plugins/deviceplugins/lircd/lircd.pro +++ b/plugins/deviceplugins/lircd/lircd.pro @@ -1,3 +1,7 @@ +TRANSLATIONS = translations/en_US.ts \ + translations/de_DE.ts + +# Note: include after the TRANSLATIONS definition include(../../plugins.pri) TARGET = $$qtLibraryTarget(guh_devicepluginlircd) diff --git a/plugins/deviceplugins/mailnotification/mailnotification.pro b/plugins/deviceplugins/mailnotification/mailnotification.pro index 7a018277..1541763d 100644 --- a/plugins/deviceplugins/mailnotification/mailnotification.pro +++ b/plugins/deviceplugins/mailnotification/mailnotification.pro @@ -1,3 +1,7 @@ +TRANSLATIONS = translations/en_US.ts \ + translations/de_DE.ts + +# Note: include after the TRANSLATIONS definition include(../../plugins.pri) TARGET = $$qtLibraryTarget(guh_devicepluginmailnotification) diff --git a/plugins/deviceplugins/mock/translations/de_DE.ts b/plugins/deviceplugins/mock/translations/de_DE.ts index 07bd6021..21e291c5 100644 --- a/plugins/deviceplugins/mock/translations/de_DE.ts +++ b/plugins/deviceplugins/mock/translations/de_DE.ts @@ -12,56 +12,56 @@ MockDevice - + guh The name of the vendor (2062d64d-3232-433c-88bc-0d33c0ba2ba6) guh - + Mock Device The name of the deviceClass Pseudo Gerät - + Mock Action 3 (async) The name of the ActionType fbae06d3-7666-483e-a39e-ec50fe89054e of deviceClass Mock Device Pseudo Aktion 3 (async) - + Mock Action 4 (broken) The name of the ActionType df3cf33d-26d5-4577-9132-9823bd33fad0 of deviceClass Mock Device Pseudo Aktion 4 (kaputt) - + Mock Action 5 (async, broken) The name of the ActionType bfe89a1d-3497-4121-8318-e77c37537219 of deviceClass Mock Device Pseudo Aktion 5 (async, kaputt) - + Mock Device (Auto created) The name of the deviceClass Pseudo Gerät (Automatisch erstellt) - + Mock Device (Push Button) The name of the deviceClass Pseudo Gerät (Drückknopf) - + Wait 3 second before you continue, the push button will be pressed automatically. The pairing info of deviceClass Mock Device (Push Button) Warten Sie 3 Sekunden bevor sie fortfahren, der Knopf wird automatisch für Sie gedrückt. - - + + Timeout action The name of the ActionType 54646e7c-bc54-4895-81a2-590d72d120f9 of deviceClass Mock Device (Push Button) ---------- @@ -69,8 +69,8 @@ The name of the ActionType 54646e7c-bc54-4895-81a2-590d72d120f9 of deviceClass M Timeout Aktion - - + + color The name of the stateType (20dc7c22-c50e-42db-837c-2bbced939f8e) of deviceClass Mock Device (Push Button) ---------- @@ -78,8 +78,8 @@ The name of the stateType (20dc7c22-c50e-42db-837c-2bbced939f8e) of deviceClass Farbe - - + + percentage The name of the stateType (72981c04-267a-4ba0-a59e-9921d2f3af9c) of deviceClass Mock Device (Push Button) ---------- @@ -87,8 +87,8 @@ The name of the stateType (72981c04-267a-4ba0-a59e-9921d2f3af9c) of deviceClass Prozent - - + + allowed values The name of the stateType (05f63f9c-f61e-4dcf-ad55-3f13fde2765b) of deviceClass Mock Device (Push Button) ---------- @@ -96,8 +96,8 @@ The name of the stateType (05f63f9c-f61e-4dcf-ad55-3f13fde2765b) of deviceClass Erlaubte Werte - - + + double value The name of the stateType (53cd7c55-49b7-441b-b970-9048f20f0e2c) of deviceClass Mock Device (Push Button) ---------- @@ -105,10 +105,10 @@ The name of the stateType (53cd7c55-49b7-441b-b970-9048f20f0e2c) of deviceClass Double Wert - - - - + + + + bool value The name of the stateType (e680f7a4-b39e-46da-be41-fa3170fe3768) of deviceClass Mock Device (Push Button) ---------- @@ -120,31 +120,31 @@ The name of the stateType (d24ede5f-4064-4898-bb84-cfb533b1fbc0) of deviceClass Bool Wert - + Mock Device (Display Pin) The name of the deviceClass Pseudo Gerät (Pin Anzeigen) - + Please enter the secret which normaly will be displayed on the device. For the mockdevice the pin is 243681. The pairing info of deviceClass Mock Device (Display Pin) Bitte geben sie den Pin ein, der normalerweise auf dem Display des Gerätes angezeigt wird. Für das Pseudo-Gerät lautet der Pin eventType. - + Mock Device (Parent) The name of the deviceClass Pseudo Gerät (Parent) - + Mock Device (Child) The name of the deviceClass Pseudo Gerät (Child) - + Mock Device (InputTypes) The name of the deviceClass Pseudo Gerät (Eingabe Arten) diff --git a/plugins/deviceplugins/mock/translations/en_US.ts b/plugins/deviceplugins/mock/translations/en_US.ts index d0446da9..da657480 100644 --- a/plugins/deviceplugins/mock/translations/en_US.ts +++ b/plugins/deviceplugins/mock/translations/en_US.ts @@ -12,56 +12,56 @@ MockDevice - + guh The name of the vendor (2062d64d-3232-433c-88bc-0d33c0ba2ba6) - + Mock Device The name of the deviceClass - + Mock Action 3 (async) The name of the ActionType fbae06d3-7666-483e-a39e-ec50fe89054e of deviceClass Mock Device - + Mock Action 4 (broken) The name of the ActionType df3cf33d-26d5-4577-9132-9823bd33fad0 of deviceClass Mock Device - + Mock Action 5 (async, broken) The name of the ActionType bfe89a1d-3497-4121-8318-e77c37537219 of deviceClass Mock Device - + Mock Device (Auto created) The name of the deviceClass - + Mock Device (Push Button) The name of the deviceClass - + Wait 3 second before you continue, the push button will be pressed automatically. The pairing info of deviceClass Mock Device (Push Button) - - + + Timeout action The name of the ActionType 54646e7c-bc54-4895-81a2-590d72d120f9 of deviceClass Mock Device (Push Button) ---------- @@ -69,8 +69,8 @@ The name of the ActionType 54646e7c-bc54-4895-81a2-590d72d120f9 of deviceClass M - - + + color The name of the stateType (20dc7c22-c50e-42db-837c-2bbced939f8e) of deviceClass Mock Device (Push Button) ---------- @@ -78,8 +78,8 @@ The name of the stateType (20dc7c22-c50e-42db-837c-2bbced939f8e) of deviceClass - - + + percentage The name of the stateType (72981c04-267a-4ba0-a59e-9921d2f3af9c) of deviceClass Mock Device (Push Button) ---------- @@ -87,8 +87,8 @@ The name of the stateType (72981c04-267a-4ba0-a59e-9921d2f3af9c) of deviceClass - - + + allowed values The name of the stateType (05f63f9c-f61e-4dcf-ad55-3f13fde2765b) of deviceClass Mock Device (Push Button) ---------- @@ -96,8 +96,8 @@ The name of the stateType (05f63f9c-f61e-4dcf-ad55-3f13fde2765b) of deviceClass - - + + double value The name of the stateType (53cd7c55-49b7-441b-b970-9048f20f0e2c) of deviceClass Mock Device (Push Button) ---------- @@ -105,10 +105,10 @@ The name of the stateType (53cd7c55-49b7-441b-b970-9048f20f0e2c) of deviceClass - - - - + + + + bool value The name of the stateType (e680f7a4-b39e-46da-be41-fa3170fe3768) of deviceClass Mock Device (Push Button) ---------- @@ -120,31 +120,31 @@ The name of the stateType (d24ede5f-4064-4898-bb84-cfb533b1fbc0) of deviceClass - + Mock Device (Display Pin) The name of the deviceClass - + Please enter the secret which normaly will be displayed on the device. For the mockdevice the pin is 243681. The pairing info of deviceClass Mock Device (Display Pin) - + Mock Device (Parent) The name of the deviceClass - + Mock Device (Child) The name of the deviceClass - + Mock Device (InputTypes) The name of the deviceClass diff --git a/plugins/deviceplugins/netatmo/netatmo.pro b/plugins/deviceplugins/netatmo/netatmo.pro index 14f07da6..9a31846b 100644 --- a/plugins/deviceplugins/netatmo/netatmo.pro +++ b/plugins/deviceplugins/netatmo/netatmo.pro @@ -1,3 +1,7 @@ +TRANSLATIONS = translations/en_US.ts \ + translations/de_DE.ts + +# Note: include after the TRANSLATIONS definition include(../../plugins.pri) TARGET = $$qtLibraryTarget(guh_devicepluginnetatmo) diff --git a/plugins/deviceplugins/openweathermap/openweathermap.pro b/plugins/deviceplugins/openweathermap/openweathermap.pro index 41af49d1..9884552f 100644 --- a/plugins/deviceplugins/openweathermap/openweathermap.pro +++ b/plugins/deviceplugins/openweathermap/openweathermap.pro @@ -1,3 +1,7 @@ +TRANSLATIONS = translations/en_US.ts \ + translations/de_DE.ts + +# Note: include after the TRANSLATIONS definition include(../../plugins.pri) TARGET = $$qtLibraryTarget(guh_devicepluginopenweathermap) diff --git a/plugins/deviceplugins/orderbutton/orderbutton.pro b/plugins/deviceplugins/orderbutton/orderbutton.pro index 5c0b8164..81f7d3ad 100644 --- a/plugins/deviceplugins/orderbutton/orderbutton.pro +++ b/plugins/deviceplugins/orderbutton/orderbutton.pro @@ -1,3 +1,7 @@ +TRANSLATIONS = translations/en_US.ts \ + translations/de_DE.ts + +# Note: include after the TRANSLATIONS definition include(../../plugins.pri) TARGET = $$qtLibraryTarget(guh_devicepluginorderbutton) diff --git a/plugins/deviceplugins/osdomotics/osdomotics.pro b/plugins/deviceplugins/osdomotics/osdomotics.pro index 53d561eb..ee2b5342 100644 --- a/plugins/deviceplugins/osdomotics/osdomotics.pro +++ b/plugins/deviceplugins/osdomotics/osdomotics.pro @@ -1,3 +1,7 @@ +TRANSLATIONS = translations/en_US.ts \ + translations/de_DE.ts + +# Note: include after the TRANSLATIONS definition include(../../plugins.pri) TARGET = $$qtLibraryTarget(guh_devicepluginosdomotics) diff --git a/plugins/deviceplugins/philipshue/philipshue.pro b/plugins/deviceplugins/philipshue/philipshue.pro index 44265c2d..7647fb19 100644 --- a/plugins/deviceplugins/philipshue/philipshue.pro +++ b/plugins/deviceplugins/philipshue/philipshue.pro @@ -1,3 +1,7 @@ +TRANSLATIONS = translations/en_US.ts \ + translations/de_DE.ts + +# Note: include after the TRANSLATIONS definition include(../../plugins.pri) TARGET = $$qtLibraryTarget(guh_devicepluginphilipshue) diff --git a/plugins/deviceplugins/plantcare/plantcare.pro b/plugins/deviceplugins/plantcare/plantcare.pro index b6f35ef8..32b37d7f 100644 --- a/plugins/deviceplugins/plantcare/plantcare.pro +++ b/plugins/deviceplugins/plantcare/plantcare.pro @@ -1,3 +1,7 @@ +TRANSLATIONS = translations/en_US.ts \ + translations/de_DE.ts + +# Note: include after the TRANSLATIONS definition include(../../plugins.pri) TARGET = $$qtLibraryTarget(guh_devicepluginplantcare) diff --git a/plugins/deviceplugins/senic/senic.pro b/plugins/deviceplugins/senic/senic.pro index 61dcbb9e..cd709aca 100644 --- a/plugins/deviceplugins/senic/senic.pro +++ b/plugins/deviceplugins/senic/senic.pro @@ -1,3 +1,7 @@ +TRANSLATIONS = translations/en_US.ts \ + translations/de_DE.ts + +# Note: include after the TRANSLATIONS definition include(../../plugins.pri) TARGET = $$qtLibraryTarget(guh_devicepluginsenic) diff --git a/plugins/deviceplugins/udpcommander/udpcommander.pro b/plugins/deviceplugins/udpcommander/udpcommander.pro index da402bd7..213359b7 100644 --- a/plugins/deviceplugins/udpcommander/udpcommander.pro +++ b/plugins/deviceplugins/udpcommander/udpcommander.pro @@ -1,3 +1,7 @@ +TRANSLATIONS = translations/en_US.ts \ + translations/de_DE.ts + +# Note: include after the TRANSLATIONS definition include(../../plugins.pri) TARGET = $$qtLibraryTarget(guh_devicepluginudpcommander) diff --git a/plugins/deviceplugins/unitec/unitec.pro b/plugins/deviceplugins/unitec/unitec.pro index 21a03539..f91e6dbc 100644 --- a/plugins/deviceplugins/unitec/unitec.pro +++ b/plugins/deviceplugins/unitec/unitec.pro @@ -1,3 +1,7 @@ +TRANSLATIONS = translations/en_US.ts \ + translations/de_DE.ts + +# Note: include after the TRANSLATIONS definition include(../../plugins.pri) TARGET = $$qtLibraryTarget(guh_devicepluginunitec) diff --git a/plugins/deviceplugins/wakeonlan/wakeonlan.pro b/plugins/deviceplugins/wakeonlan/wakeonlan.pro index 519d6e0f..53b42e54 100644 --- a/plugins/deviceplugins/wakeonlan/wakeonlan.pro +++ b/plugins/deviceplugins/wakeonlan/wakeonlan.pro @@ -1,3 +1,7 @@ +TRANSLATIONS = translations/en_US.ts \ + translations/de_DE.ts + +# Note: include after the TRANSLATIONS definition include(../../plugins.pri) TARGET = $$qtLibraryTarget(guh_devicepluginwakeonlan) diff --git a/plugins/deviceplugins/wemo/wemo.pro b/plugins/deviceplugins/wemo/wemo.pro index 240234f5..a3aed5d1 100644 --- a/plugins/deviceplugins/wemo/wemo.pro +++ b/plugins/deviceplugins/wemo/wemo.pro @@ -1,3 +1,7 @@ +TRANSLATIONS = translations/en_US.ts \ + translations/de_DE.ts + +# Note: include after the TRANSLATIONS definition include(../../plugins.pri) TARGET = $$qtLibraryTarget(guh_devicepluginwemo) diff --git a/plugins/deviceplugins/wifidetector/wifidetector.pro b/plugins/deviceplugins/wifidetector/wifidetector.pro index 9c718e83..3ed13512 100644 --- a/plugins/deviceplugins/wifidetector/wifidetector.pro +++ b/plugins/deviceplugins/wifidetector/wifidetector.pro @@ -1,3 +1,7 @@ +TRANSLATIONS = translations/en_US.ts \ + translations/de_DE.ts + +# Note: include after the TRANSLATIONS definition include(../../plugins.pri) TARGET = $$qtLibraryTarget(guh_devicepluginwifidetector) diff --git a/plugins/deviceplugins/ws2812/ws2812.pro b/plugins/deviceplugins/ws2812/ws2812.pro index 42d34ed0..414a4135 100644 --- a/plugins/deviceplugins/ws2812/ws2812.pro +++ b/plugins/deviceplugins/ws2812/ws2812.pro @@ -1,3 +1,7 @@ +TRANSLATIONS = translations/en_US.ts \ + translations/de_DE.ts + +# Note: include after the TRANSLATIONS definition include(../../plugins.pri) TARGET = $$qtLibraryTarget(guh_devicepluginws2812)