fix: translation in chart_widget.js by mahsem [frappe] PR#26916
From: https://github.com/frappe/frappe/pull/26916
Date: 2024-06-23 16:38:21+02:00
- fix: translation in chart_widget.js
Diagnostics
pre-commit failed for source commit: 1cdec4351be120f9643d411e274943ea10a08299
prettier.................................................................Failed
- hook id: prettier
- files were modified by this hook
frappe/public/js/frappe/widgets/chart_widget.js
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-26916
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-26916
# 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