Skip to content

Draft: refactor!: remove redundant sending of translations by barredterra [frappe] PR#22962

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

From: https://github.com/frappe/frappe/pull/22962
Date: 2023-11-02 15:34:14+01:00

  • refactor!: remove redundant sending of translations (#22962)

image

image




Diagnostics

pre-commit failed for source commit: f0155674a5112fc730e01b10d6893c10d9331f1f
flake8...................................................................Failed
- hook id: flake8
- exit code: 1

frappe/translate.py:1253:17: F821 undefined name 'get_dict'



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

# 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
Edited by Corentin Forler

Merge request reports