fix(Exchange Rate Revaluation): translatable strings by barredterra [frappe] PR#42679
From: https://github.com/frappe/erpnext/pull/42679
Date: 2024-08-08 12:05:08+02:00
- fix(Exchange Rate Revaluation): translatable strings
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-42679
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-42679
# 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