add support for custom localizations and german translation
[vuplus_dvbapp-plugin] / movieretitle / src / plugin.py
index 1756635..f012365 100644 (file)
@@ -1,3 +1,6 @@
+# for localized messages
+from . import _
+
 from Plugins.Plugin import PluginDescriptor
 from Screens.Screen import Screen
 from Screens.MessageBox import MessageBox