Fix missing translations in the drive

pull/1/head
yflory 7 years ago
parent 203c5d64c1
commit 4377f2cee7

@ -18,6 +18,7 @@ define([
'/common/common-thumbnail.js',
'/common/common-interface.js',
'/common/common-feedback.js',
'/common/common-language.js',
'/bower_components/localforage/dist/localforage.min.js'
], function (
$,
@ -38,6 +39,7 @@ define([
Thumb,
UI,
Feedback,
Language,
localForage
) {
// Chainpad Netflux Inner
@ -330,6 +332,7 @@ define([
// CpNfInner.start() should be here....
}).nThen(function (waitFor) {
localForage.clear();
Language.applyTranslation();
ctx.metadataMgr = MetadataMgr.create(ctx.sframeChan);

Loading…
Cancel
Save