Load filemanager translations for vfsSelectUI

This commit is contained in:
nathangray 2018-05-14 13:09:39 -06:00
parent c39730b1a7
commit 394561a2fa

View File

@ -16,6 +16,7 @@
*/ */
app.classes.vfsSelectUI = (function(){ "use strict"; return AppJS.extend( app.classes.vfsSelectUI = (function(){ "use strict"; return AppJS.extend(
{ {
appname: 'filemanager',
vfsSelectWidget: {}, vfsSelectWidget: {},
path_widget: {}, path_widget: {},
/** /**
@ -28,6 +29,7 @@ app.classes.vfsSelectUI = (function(){ "use strict"; return AppJS.extend(
// call parent // call parent
this._super.apply(this, arguments); this._super.apply(this, arguments);
this.egw.langRequireApp(this.egw.window, 'filemanager');
}, },
/** /**