fix path in two places,
[vuplus_dvbapp-plugin] / ac3lipsync / src / __init__.py
index 9e5f5b7..16e68de 100644 (file)
@@ -3,7 +3,7 @@ from Tools.Directories import resolveFilename, SCOPE_PLUGINS, SCOPE_LANGUAGE
 import os,gettext
 
 PluginLanguageDomain = "AC3LipSync"
-PluginLanguagePath = "Extensions/AC3LipSync/locale"
+PluginLanguagePath = "SystemPlugins/AC3LipSync/locale"
 
 def localeInit():
     lang = language.getLanguage()[:2] # getLanguage returns e.g. "fi_FI" for "language_country"
@@ -19,4 +19,4 @@ def _(txt):
     return t
 
 localeInit()
-language.addCallback(localeInit)
\ No newline at end of file
+language.addCallback(localeInit)