forked from extern/egroupware
Load filemanager translations for vfsSelectUI
This commit is contained in:
parent
e5a7156544
commit
b139583f6a
@ -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');
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user