Skip to content

Draft: chore: migrate translations to gettext by ankush [frappe] PR#39313

Bot Dokos requested to merge ft-pr-39313 into develop
# Quand le code source change
bench generate-pot-file --app erpnext
bench update-po-files --app erpnext

# Pour migrer depuis l'ancien système (CSV)
bench migrate-csv-to-po --app erpnext --locale fr

From: https://github.com/frappe/erpnext/pull/39313
Date: 2024-01-11 15:46:55+05:30

  • chore: migrate translations to gettext (#39313)



Diagnostics

Conflicts detected for source commit: d9e2427aa84a2147f1d48bcbcb13e89cb9745db2


Suspicious changes found (dokos|telemetry|shipping_rule|capture_doc):
  6404827bd08eba0c26f4d59438039208ecd23920 chore: migrate translations to gettext (#39313)



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

# 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