feat(Select): Add translation context to options by cogk [frappe] PR#26425
From: https://github.com/frappe/frappe/pull/26425
Date: 2024-05-13 10:49:13+02:00
- feat(Select): Add translation context to options
Diagnostics
Suspicious changes found (dokos|telemetry|shipping_rule|capture_doc|sentry|marketplace_apps|subscription_conf):
b913aec4c2a81e6d84c429543678506316f5b30d feat(Select): Add translation context to options
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-26425
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-26425
# 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