fix(translate): Don't extract from gitignored files by cogk [frappe] PR#27498
From: https://github.com/frappe/frappe/pull/27498
Date: 2024-09-20 12:18:28+02:00
- fix(translate): Don't extract from gitignored files (#27498)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-27498
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-27498
# 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