mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-23 06:09:41 +00:00
Add localization for channel abbreviation string
This commit is contained in:
parent
572cce8f77
commit
dae7677dbe
@ -6,7 +6,7 @@ sub setFields()
|
||||
json = m.top.json
|
||||
m.top.id = json.id
|
||||
if isValid(json.number)
|
||||
m.top.title = `CH ${json.number} ${json.name}`
|
||||
m.top.title = `${tr("CH")} ${json.number} ${json.name}`
|
||||
else
|
||||
m.top.title = json.name
|
||||
end if
|
||||
|
@ -1371,5 +1371,10 @@
|
||||
<translation>Special</translation>
|
||||
<extracomment>Special episode of a TV Show</extracomment>
|
||||
</message>
|
||||
<message>
|
||||
<source>CH</source>
|
||||
<translation>CH</translation>
|
||||
<extracomment>Abbreviation for Channel</extracomment>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
Loading…
Reference in New Issue
Block a user