New translation and Community Icon

This commit is contained in:
Alhaziel
2019-04-09 13:10:11 +02:00
parent 81761817cd
commit 6a823b1fec
11 changed files with 2508 additions and 1140 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ def getchanneltypes(view="thumb_"):
channel_type=channel_type, viewmode="thumbnails",
thumbnail=get_thumb("channels_%s.png" % channel_type, view)))
itemlist.append(Item(title='Comunidad', channel="community", action="mainlist", view=view,
itemlist.append(Item(title=config.get_localized_string(70685), channel="community", action="mainlist", view=view,
category=title, channel_type="all", thumbnail=get_thumb("channels_community.png", view),
viewmode="thumbnails"))
return itemlist