fix: make view switcher translatable by barredterra [frappe] PR#26960
From: https://github.com/frappe/frappe/pull/26960
Date: 2024-07-02 16:49:16+02:00
- fix: make view switcher translatable (#26960)
Diagnostics
Suspicious changes found (dokos|telemetry|shipping_rule|capture_doc|sentry|marketplace_apps|subscription_conf):
53188541cbd97deaa13013abff1bf63924432435 fix: make view switcher translatable (#26960)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-26960
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-26960
# 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