mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 12:19:12 +00:00
fix: ignore translations from frappe (#50438)
This commit is contained in:
@@ -663,3 +663,8 @@ default_log_clearing_doctypes = {
|
|||||||
export_python_type_annotations = True
|
export_python_type_annotations = True
|
||||||
|
|
||||||
fields_for_group_similar_items = ["qty", "amount"]
|
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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user