fix: Avoid renaming language or changing title manually by marination [frappe] PR#26710
From: https://github.com/frappe/frappe/pull/26710
Date: 2024-06-06 18:27:52+02:00
- fix: Avoid renaming language or changing title manually
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-26710
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-26710
# 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