This commit is contained in:
@@ -97,7 +97,9 @@ export default {
|
||||
res.data.forEach(function appendImportResultItem(value) {
|
||||
outText += value + "\n";
|
||||
});
|
||||
vm.importResult = outText;
|
||||
vm.importResult = await window.$gz.translation.translateStringWithMultipleKeys(
|
||||
outText
|
||||
);
|
||||
}
|
||||
} catch (error) {
|
||||
window.$gz.errorHandler.handleFormError(error);
|
||||
|
||||
Reference in New Issue
Block a user