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 2015-09-24 15:30:25 -04:00
parent 1ae53be25d
commit 764a5ac824
78 changed files with 13161 additions and 12936 deletions

View file

@ -2301,6 +2301,9 @@ var AppInfo = {};
deps.push('cordova/ios/tabbar');
deps.push('localsync');
}
if (AppInfo.isNativeApp && $.browser.android) {
deps.push('cordova/android/newapp');
}
require(deps, function () {