feat: enable new extractors
This commit is contained in:
parent
5c1859e6a5
commit
66de44be84
1 changed files with 3 additions and 1 deletions
|
|
@ -6,4 +6,6 @@ hooks.py,frappe.gettext.extractors.navbar.extract
|
|||
**/report/*/*.json,frappe.gettext.extractors.report.extract
|
||||
**.py,frappe.gettext.extractors.python.extract
|
||||
**.js,frappe.gettext.extractors.javascript.extract
|
||||
**.html,frappe.gettext.extractors.html_template.extract
|
||||
**.html,frappe.gettext.extractors.html_template.extract
|
||||
**/custom/*.json,frappe.gettext.extractors.customizations.extract
|
||||
**/fixtures/custom_field.json,frappe.gettext.extractors.custom_fields.extract
|
||||
|
Loading…
Add table
Reference in a new issue