fix(translate)!: Don't add decontextualized translations

From: https://github.com/frappe/frappe/pull/26429
Date: 2024-05-14 11:00:46+02:00

  • fix(translate)!: Don't add decontextualized translations



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-26429

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-26429

# Make changes then rebase
git rebase -i develop

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports

Loading