fix(translate): Fix extraction in JS files by cogk [frappe] PR#27401
From: https://github.com/frappe/frappe/pull/27401
Date: 2024-08-14 14:25:44+02:00
- fix(translate): Fix extraction in JS files (#27401)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-27401
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-27401
# 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