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
d65219f9f8
commit
dbf135beac
114 changed files with 3331 additions and 93 deletions
|
@ -2004,6 +2004,13 @@ var AppInfo = {};
|
|||
define("videorenderer", ["scripts/htmlmediarenderer"]);
|
||||
}
|
||||
|
||||
if (Dashboard.isRunningInCordova() && $.browser.android) {
|
||||
define("localsync", ["cordova/android/localsync"]);
|
||||
}
|
||||
else {
|
||||
define("localsync", ["scripts/localsync"]);
|
||||
}
|
||||
|
||||
define("connectservice", ["apiclient/connectservice"]);
|
||||
define("paperbuttonstyle", [], function () {
|
||||
return {};
|
||||
|
@ -2107,7 +2114,9 @@ var AppInfo = {};
|
|||
|
||||
var capablities = Dashboard.capabilities();
|
||||
|
||||
init(deferred, capablities, "Emby Mobile", deviceId, device.model);
|
||||
var name = $.browser.android ? "Emby for Android" : ($.browser.safari ? "Emby for iOS" : "Emby Mobile");
|
||||
|
||||
init(deferred, capablities, name, deviceId, device.model);
|
||||
}
|
||||
|
||||
function initCordova(deferred) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue