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
c944079976
commit
640fc18b21
80 changed files with 2365 additions and 1909 deletions
|
@ -2,13 +2,19 @@
|
|||
|
||||
function showSyncMenu(items) {
|
||||
|
||||
Dashboard.alert('Coming soon.');
|
||||
|
||||
}
|
||||
|
||||
function isAvailable(item, user) {
|
||||
return true;
|
||||
}
|
||||
|
||||
window.SyncManager = {
|
||||
|
||||
showMenu: showSyncMenu
|
||||
showMenu: showSyncMenu,
|
||||
|
||||
isAvailable: isAvailable
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue