The XBMC Translator
#1
Windows 7 64, Translator 0.2
If I try to open the german language file for the PM3.HD Skin, I get an error message:

The following error occured
Error processing xml data
Additional Info:
File D:\Program Files
(x86)\XBMC\skin\PM3.HD\language\English\strings.xml is older then the last one last used for this translation

Is correct, I update first the strings.xml german for xmbc, after that I change the language folder to the skin\language area, I get the error message.

I hope someone have a note for me, what I make wrong.

Thanks
Reply
#2
There is a caching function in XBMC Translator, it was only intended for the use of a single language.

Save this as startme.bat (or something) in the XBMC Translators directory, use it to launch instead, it deletes the cache folder and starts translator.

Code:
@echo off
if EXIST "%AppData%\Team XBMC\Translator\" (
RD /Q /S "%AppData%\Team XBMC\Translator\"
)
if EXIST "%AppData%\..\Local\Team XBMC\Translator\" (
RD /Q /S "%AppData%\..\Local\Team XBMC\Translator\"
)
start %~dps0translator.exe

It should work on "all" Windows from Windows 2000->Windows 7
Reply

Logout Mark Read Team Forum Stats Members Help
The XBMC Translator0