fix: sync translations from crowdin [frappe] PR#4570
From: https://github.com/frappe/hrms/pull/4570
Date: 2026-05-22 16:59:37+05:30
- fix: Swedish translations
- fix: Swedish translations
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4570
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4570
# 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