fix: sync translations from crowdin by frappe-pr-bot [frappe] PR#48012
From: https://github.com/frappe/erpnext/pull/48012
Date: 2025-06-11 05:47:13+05:30
- fix: Serbian (Latin) translations
- fix: Swedish translations
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-48012
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-48012
# 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