On 20-10-15 09:07, Jordan Vichev wrote:
Hi,
I fixed all problems latest commit is
38eb5084fd29606efbbd6cd51bcc8b769c7cad95
Regards,
Jordan
hey Jordan,
thanx for the quick fixes!
there are two remaining issues:
1) please remove these files
../resources/__init__.py
../resources/__init__.pyo
2) please move all the bulgarian text to your language file
dialog.ok("Грешка","Въведете потребителско име и парола в настройките на
адона!")
dialog.ok("Грешка",signin.data['msg'])
dialog.ok('Грешка','Няма данни! Моля опитайте отново.')
dialog.ok("Грешка",res['msg'])
next, define this in your addon.py file:
__lang__ = xbmcaddon.Addon().getLocalizedString
and pass the string id's to the ok dialog like this
dialog.ok(__lang(30123)__,res['msg'])
cheers,
ronie
------------------------------------------------------------------------------
_______________________________________________
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons