Skip to content

Commit

Permalink
fix(translation): remove outdated comment
Browse files Browse the repository at this point in the history
This is no longer true since 8d7edd7, see #11599
  • Loading branch information
nijel committed May 13, 2024
1 parent e105184 commit eb52b6e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions weblate/trans/models/translation.py
Original file line number Diff line number Diff line change
Expand Up @@ -968,12 +968,6 @@ def merge_translations(

accepted += 1

# We intentionally avoid propagating:
# - in most cases it's not desired
# - it slows down import considerably
# - it brings locking issues as import is
# executed with lock held and linked repos
# can't obtain the lock
unit.translate(
request.user,
split_plural(unit2.target),
Expand Down

0 comments on commit eb52b6e

Please sign in to comment.