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

update translations

This commit is contained in:
Luke Pulverenti 2014-06-23 12:05:19 -04:00
parent b26707208f
commit 0784ca7a0a
29 changed files with 331 additions and 183 deletions

View file

@ -377,11 +377,11 @@
return 'movieslatest.html?topParentId=' + item.Id;
}
if (item.CollectionType == 'boxsets' || item.Type == 'ManualCollectionsFolder') {
if (item.CollectionType == 'boxsets') {
return 'collections.html?topParentId=' + item.Id;
}
if (item.CollectionType == 'trailers' || item.Type == 'TrailerCollectionFolder') {
if (item.CollectionType == 'trailers') {
return 'movietrailers.html?topParentId=' + item.Id;
}
@ -807,7 +807,7 @@
if (!imgUrl && !options.showTitle) {
html += "<div class='posterItemDefaultText'>";
html += name;
html += htmlEncode(name);
html += "</div>";
}
@ -828,7 +828,7 @@
if (options.showTitle || forceName) {
lines.push(name);
lines.push(htmlEncode(name));
}
if (options.showItemCounts) {