fix: sync translations from crowdin by frappe-pr-bot [frappe] PR#27838
From: https://github.com/frappe/frappe/pull/27838
Date: 2024-09-24 19:54:23+05:30
- fix: sync translations from crowdin (#27838)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-27838
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-27838
# 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