feat: enable new extractors

This commit is contained in:
Exequiel Arona 2024-04-25 12:57:54 -03:00
parent 5c1859e6a5
commit 66de44be84

View file

@ -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
1 hooks.py frappe.gettext.extractors.navbar.extract
6 **/report/*/*.json frappe.gettext.extractors.report.extract
7 **.py frappe.gettext.extractors.python.extract
8 **.js frappe.gettext.extractors.javascript.extract
9 **.html frappe.gettext.extractors.html_template.extract
10 **/custom/*.json frappe.gettext.extractors.customizations.extract
11 **/fixtures/custom_field.json frappe.gettext.extractors.custom_fields.extract