1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

updated translations

This commit is contained in:
Luke Pulverenti 2015-01-25 14:13:04 -05:00
parent 749a13a76c
commit f47af9cc01
3 changed files with 33 additions and 34 deletions

View file

@ -101,6 +101,10 @@
return [Globalize.translate('LabelSeries')];
}
else if (hint.Type == "BoxSet") {
return [Globalize.translate('LabelCollection')];
}
return [hint.Type];
}