fix: clear_all_translatability by mahsem [frappe] PR#32664
From: https://github.com/frappe/frappe/pull/32664
Date: 2025-05-25 19:05:57+02:00
- fix: Clear_All _translation
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-32664
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-32664
# 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