fix: sync translations from crowdin by frappe-pr-bot [frappe] PR#44860
From: https://github.com/frappe/erpnext/pull/44860
Date: 2024-12-23 17:32:50+05:30
- fix: Esperanto translations
- fix: German translations
- fix: Bosnian translations
- fix: Persian translations
- fix: Chinese Simplified translations
- fix: Turkish translations
- fix: Swedish translations
- fix: Russian translations
- fix: Polish translations
- fix: Hungarian translations
- fix: Arabic translations
- fix: Spanish translations
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-44860
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-44860
# 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