Fix Nomi Categorie
This commit is contained in:
@@ -108,7 +108,7 @@ def getchanneltypes(view="thumb_"):
|
|||||||
|
|
||||||
|
|
||||||
itemlist.append(Item(title=config.get_localized_string(70685), 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),
|
category=config.get_localized_string(70685), channel_type="all", thumbnail=get_thumb("channels_community.png", view),
|
||||||
viewmode="thumbnails"))
|
viewmode="thumbnails"))
|
||||||
return itemlist
|
return itemlist
|
||||||
|
|
||||||
|
|||||||
@@ -374,7 +374,7 @@ def get_localized_category(categ):
|
|||||||
categories = {'movie': get_localized_string(30122), 'tvshow': get_localized_string(30123),
|
categories = {'movie': get_localized_string(30122), 'tvshow': get_localized_string(30123),
|
||||||
'anime': get_localized_string(30124), 'documentary': get_localized_string(30125),
|
'anime': get_localized_string(30124), 'documentary': get_localized_string(30125),
|
||||||
'vos': get_localized_string(30136), 'sub-ita': get_localized_string(70566), 'adult': get_localized_string(30126),
|
'vos': get_localized_string(30136), 'sub-ita': get_localized_string(70566), 'adult': get_localized_string(30126),
|
||||||
'direct': get_localized_string(30137), 'torrent': get_localized_string(70015)}
|
'direct': get_localized_string(30137), 'torrent': get_localized_string(70015), 'live': get_localized_string(30138)}
|
||||||
return categories[categ] if categ in categories else categ
|
return categories[categ] if categ in categories else categ
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -245,6 +245,10 @@ msgctxt "#30137"
|
|||||||
msgid "Direct"
|
msgid "Direct"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgctxt "#30138"
|
||||||
|
msgid "Live"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgctxt "#30151"
|
msgctxt "#30151"
|
||||||
msgid "Watch the video"
|
msgid "Watch the video"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@@ -245,6 +245,10 @@ msgctxt "#30137"
|
|||||||
msgid "Direct"
|
msgid "Direct"
|
||||||
msgstr "Diretto"
|
msgstr "Diretto"
|
||||||
|
|
||||||
|
msgctxt "#30138"
|
||||||
|
msgid "Live"
|
||||||
|
msgstr "Live"
|
||||||
|
|
||||||
msgctxt "#30151"
|
msgctxt "#30151"
|
||||||
msgid "Watch the video"
|
msgid "Watch the video"
|
||||||
msgstr "Guarda il video"
|
msgstr "Guarda il video"
|
||||||
|
|||||||
Reference in New Issue
Block a user