fix: Reload whenever the effective language or timezone has changed. by bosue [frappe] PR#22952
From: https://github.com/frappe/frappe/pull/22952
Date: 2023-12-04 18:12:17+01:00
- fix: Reload whenever the effective language or timezone has changed. (#22952)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-22952
# 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