mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-04 08:28:48 +00:00
Change translation function name from _ to translate
This commit is contained in:
parent
8f572ec313
commit
4e179890ec
22 changed files with 195 additions and 195 deletions
|
@ -15,7 +15,7 @@ import xbmcaddon
|
|||
import database
|
||||
from downloader import TheVoid
|
||||
from obj import Objects
|
||||
from helper import _, playutils, api, window, settings, dialog
|
||||
from helper import translate, playutils, api, window, settings, dialog
|
||||
from dialogs import resume
|
||||
|
||||
#################################################################################################
|
||||
|
@ -122,7 +122,7 @@ class Actions(object):
|
|||
|
||||
if settings('askCinema') == "true":
|
||||
|
||||
resp = dialog("yesno", heading="{jellyfin}", line1=_(33016))
|
||||
resp = dialog("yesno", heading="{jellyfin}", line1=translate(33016))
|
||||
if not resp:
|
||||
|
||||
enabled = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue