You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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.
The text was updated successfully, but these errors were encountered: