Feat: Translate the fields of the parsing operator #9869 (#10079)

### What problem does this PR solve?

Feat: Translate the fields of the parsing operator #9869

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-09-15 11:24:19 +08:00
committed by GitHub
parent d8ef22db68
commit 2b50de3186
8 changed files with 72 additions and 24 deletions

View File

@ -388,7 +388,7 @@ export const initialStringTransformValues = {
},
};
export const initialParserValues = { outputs: {} };
export const initialParserValues = { outputs: {}, parser: [] };
export const CategorizeAnchorPointPositions = [
{ top: 1, right: 34 },