This commit is contained in:
2020-12-10 22:49:57 +00:00
parent fd6dfa5e36
commit 6972b8c06a

View File

@@ -97,7 +97,9 @@ export default {
res.data.forEach(function appendImportResultItem(value) { res.data.forEach(function appendImportResultItem(value) {
outText += value + "\n"; outText += value + "\n";
}); });
vm.importResult = outText; vm.importResult = await window.$gz.translation.translateStringWithMultipleKeys(
outText
);
} }
} catch (error) { } catch (error) {
window.$gz.errorHandler.handleFormError(error); window.$gz.errorHandler.handleFormError(error);