fix: missing_translation_function [frappe] PR#4586
From: https://github.com/frappe/hrms/pull/4586
Date: 2026-05-25 10:37:23+02:00
- fix: missing_translation_function
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4586
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4586
# 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