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