Fix database extensions exporter which is corrupting the dictionary name with the value of the language.
This commit is contained in:
parent
0f3a6006f3
commit
b64cbfea4f
@ -38,7 +38,7 @@ $.ajax({
|
||||
},
|
||||
success : function(data) {
|
||||
dictionary = data['dictionary'];
|
||||
dictionary = data['lang'];
|
||||
lang = data['lang'];
|
||||
}
|
||||
});
|
||||
$.i18n().load(dictionary, lang);
|
||||
|
Loading…
Reference in New Issue
Block a user