This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user