mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-11 11:55:09 +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
|
@ -14,7 +14,7 @@ LOG = logging.getLogger('JELLYFIN.' + __name__)
|
|||
##################################################################################################
|
||||
|
||||
|
||||
def _(string):
|
||||
def translate(string):
|
||||
|
||||
''' Get add-on string. Returns in unicode.
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue