mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update translations
This commit is contained in:
parent
8c75fcc5f7
commit
9622aceeca
40 changed files with 2099 additions and 486 deletions
|
@ -163,7 +163,7 @@ information about `paper-radio-button`.
|
|||
newIndex = (newIndex - 1 + length) % length;
|
||||
} while (this.items[newIndex].disabled)
|
||||
|
||||
this.select(this._indexToValue(newIndex));
|
||||
this._itemActivate(this._indexToValue(newIndex), this.items[newIndex]);
|
||||
},
|
||||
|
||||
/**
|
||||
|
@ -178,7 +178,7 @@ information about `paper-radio-button`.
|
|||
newIndex = (newIndex + 1 + length) % length;
|
||||
} while (this.items[newIndex].disabled)
|
||||
|
||||
this.select(this._indexToValue(newIndex));
|
||||
this._itemActivate(this._indexToValue(newIndex), this.items[newIndex]);
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue