Hi,

thank you for support.

I fixed translation issues and removed the .py .pyo files.

Last commit is 5200f91ca9cfe74f8ef074c84e06cfa78e36c4a1

Regards,
Jordan

On 20 October 2015 at 18:07, ronie <ro...@kodi.tv> wrote:

> 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
>
>
------------------------------------------------------------------------------
_______________________________________________
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to