Skip to content

Commit

Permalink
🐛 fix: Fix i18n merge
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Nov 23, 2023
1 parent df734c9 commit bb6e15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lobe-i18n/src/core/I18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,6 @@ export class I18n {
step: this.maxStep,
});

return merge(entry, mergeJsonFromChunks(translatedSplitJson));
return merge(target, mergeJsonFromChunks(translatedSplitJson));
}
}

0 comments on commit bb6e15d

Please sign in to comment.