fix: sync translations from crowdin by frappe-pr-bot [frappe] PR#4364
From: https://github.com/frappe/hrms/pull/4364
Date: 2026-04-10 20:59:14+05:30
- fix: Bosnian translations
- fix: Croatian translations
- fix: Swedish translations
- fix: Croatian translations
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4364
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4364
# 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