Unfortunately, I think not.jonib wrote:Is there somewhere I can read about what is needed for the translation to work?
But do not worry, help is easy.
Simply add also -debug switch to command line (so the whole command is eventghost.exe -translate -debug), and if the Translator does not open, we get an error message. Most interesting is its end. For example, for unfixed version of XBMC2 plugin it looks like this:
Code: Select all
Traceback (most recent call last):
File "EventGhost.pyw", line 31, in <module>
File "D:\Programs\E\EventGhost\eg\__init__.py", line 102, in Main
eg.LanguageEditor()
File "D:\Programs\E\EventGhost\eg\Classes\LanguageEditor.py", line 163, in __init__
self.LoadLanguage(Config.language)
File "D:\Programs\E\EventGhost\eg\Classes\LanguageEditor.py", line 294, in LoadLanguage
self.FillTree(newId, value, evalPath)
File "D:\Programs\E\EventGhost\eg\Classes\LanguageEditor.py", line 484, in FillTree
self.FillTree(newId, value, newEvalPath)
File "D:\Programs\E\EventGhost\eg\Classes\LanguageEditor.py", line 502, in FillTree
transValue = eval(newEvalPath, self.translationDict)
File "<string>", line 1
Plugin.XBMC.File Manager.name
^
SyntaxError: invalid syntax
07:49:12: 0 MainThread: OSDFrame.__init__(parent=None)
Pako