refactor: clean fr translation duplicate as erpnext app already have by FHenry [frappe] PR#22570
From: https://github.com/frappe/frappe/pull/22570
Date: 2023-09-28 18:20:44+02:00
- refactor: clean fr translation duplicate as erpnext app already have
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-22570
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease