fix: ignore translations from frappe (#50438)

This commit is contained in:
Raffael Meyer
2025-11-10 13:09:14 +01:00
committed by GitHub
parent 80219724f0
commit 87b4f872f8

View File

@@ -663,3 +663,8 @@ default_log_clearing_doctypes = {
export_python_type_annotations = True
fields_for_group_similar_items = ["qty", "amount"]
# Translation
# ------------
# List of apps whose translatable strings should be excluded from this app's translations.
ignore_translatable_strings_from = ["frappe"]