Skip to content

Draft: feat: turn jinja extractor into a generic HTML template extractor by barredterra [frappe] PR#24465

Bot Dokos requested to merge ft-pr-24465 into develop

From: https://github.com/frappe/frappe/pull/24465
Date: 2024-01-19 16:22:54+01:00

  • feat: turn jinja extractor into a generic HTML template extractor
  • refactor: move extract_messages_from_code to a separate utils file
  • fix: make render_include work without local object



Diagnostics

Conflicts detected for source commit: 10cfcbed676f9005053a656a0aa543425c151089
- DU babel_extractors.csv



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-24465

# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports