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

update text

This commit is contained in:
Luke Pulverenti 2016-10-23 01:12:06 -04:00
parent 88d6c63263
commit 2ea0c76b91

View file

@ -974,7 +974,7 @@ define(['datetime', 'imageLoader', 'connectionManager', 'itemHelper', 'mediaInfo
lines.push('as ' + item.Role);
}
else if (item.Type) {
lines.push(globalize.translate('core#' + item.Type));
lines.push(globalize.translate('sharedcomponents#' + item.Type));
} else {
lines.push('');
}
@ -1041,10 +1041,10 @@ define(['datetime', 'imageLoader', 'connectionManager', 'itemHelper', 'mediaInfo
minutes = minutes || 1;
childText += globalize.translate('ValueMinutes', Math.round(minutes));
childText += globalize.translate('sharedcomponents#ValueMinutes', Math.round(minutes));
} else {
childText += globalize.translate('ValueMinutes', 0);
childText += globalize.translate('sharedcomponents#ValueMinutes', 0);
}
counts.push(childText);