Add localization for channel abbreviation string

This commit is contained in:
Michael Cresswell 2024-11-06 15:49:34 -05:00
parent 572cce8f77
commit dae7677dbe
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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>