bugfix
This commit is contained in:
parent
9c901bc689
commit
584d940bef
@ -575,7 +575,7 @@ bricks.App = class extends bricks.Layout {
|
|||||||
this.zindex = 10000;
|
this.zindex = 10000;
|
||||||
this.textList = [];
|
this.textList = [];
|
||||||
var i18n_opts = opts.i18n || {
|
var i18n_opts = opts.i18n || {
|
||||||
url:'/i18n',
|
url:'/i18n_getmsgs',
|
||||||
i18n_path: 'i18n',
|
i18n_path: 'i18n',
|
||||||
lang:this.lang
|
lang:this.lang
|
||||||
};
|
};
|
||||||
|
|||||||
@ -16,7 +16,7 @@ bricks.I18n = class {
|
|||||||
i18n_path:
|
i18n_path:
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
this.url = opts.url || '/i18n'
|
this.url = opts.url || '/i18n_getmsgs'
|
||||||
this.i18n_path = opts.i18n_path;
|
this.i18n_path = opts.i18n_path;
|
||||||
this.lang = opts.lang;
|
this.lang = opts.lang;
|
||||||
this.method = opts.method || 'GET';
|
this.method = opts.method || 'GET';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user