Fix missing translations in the drive
This commit is contained in:
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…
x
Reference in New Issue
Block a user