Translate devices.js, dashboard.js and added new keys
This commit is contained in:
parent
368f21010b
commit
35c4d06bf6
6 changed files with 12 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
define(["jQuery", "loading", "events", "globalize", "dfnshelper", "serverNotifications", "date-fns", "listViewStyle", "emby-button"], function($, loading, events, globalize, dfnshelper, serverNotifications, datefns) {
|
||||
define(["jQuery", "loading", "events", "globalize", "serverNotifications", "date-fns", "dfnshelper", "listViewStyle", "emby-button"], function ($, loading, events, globalize, serverNotifications, datefns, dfnshelper) {
|
||||
"use strict";
|
||||
|
||||
function reloadList(page) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue