fix: Translate Footer Items by marination [frappe] PR#31433
From: https://github.com/frappe/frappe/pull/31433
Date: 2025-02-25 13:22:57+01:00
- fix: Translate Footer Items
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-31433
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-31433
# 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