This commit is contained in:
2022-02-14 18:30:41 +00:00
parent 529dc504e1
commit edcfe6b486
5 changed files with 53 additions and 48 deletions

View File

@@ -295,6 +295,13 @@ export default {
].name = await window.$gz.translation.translateStringWithMultipleKeysAsync(
temp[i].name
);
temp[
i
].textra = await window.$gz.translation.translateStringWithMultipleKeysAsync(
temp[i].textra
);
temp[i].index = currentEventCount + i;
}
vm.obj = [...vm.obj, ...temp];