Skip to content

Commit

Permalink
Ai translate only used for batch
Browse files Browse the repository at this point in the history
  • Loading branch information
ja-openai committed Dec 13, 2024
1 parent 90b2dd9 commit 0c5fec0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ Mono<Void> asyncProcessLocale(
textUnitSearcherParameters.setRepositoryIds(repository.getId());
textUnitSearcherParameters.setStatusFilter(StatusFilter.FOR_TRANSLATION);
textUnitSearcherParameters.setLocaleId(repositoryLocale.getLocale().getId());
textUnitSearcherParameters.setUsedFilter(UsedFilter.USED);
if (tmTextUnitIds != null) {
logger.debug(
"Using tmTextUnitIds: {} for ai translate repository: {}",
Expand Down

0 comments on commit 0c5fec0

Please sign in to comment.