-
-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
Description
When translating a file containing an array structure multiple times, the array size increases in the translated output file instead of maintaining the original structure or skipping already translated elements.
Steps to Reproduce
- Create an input file with an array structure
- Perform initial translation
- Run translation again on the same file
Current Behavior
The array elements are duplicated in the output file with each subsequent translation, leading to unwanted array growth.
Related Information
Related to PR #68 (feat: skip already translated keys)
I found and fixed this array duplication issue. I'll be submitting a PR with this fix shortly.
ParvinEyvazov
Metadata
Metadata
Assignees
Labels
No labels