fix: missing comma in translations file by barredterra [frappe] PR#23915
From: https://github.com/frappe/frappe/pull/23915
Date: 2023-12-22 11:41:16+01:00
- fix: missing comma in translations file
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-23915
# 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