693 B
693 B
| 1 | hooks.py | frappe.gettext.extractors.navbar.extract |
|---|---|---|
| 2 | **/doctype/*/*.json | frappe.gettext.extractors.doctype.extract |
| 3 | **/workspace/*/*.json | frappe.gettext.extractors.workspace.extract |
| 4 | **/onboarding_step/*/*.json | frappe.gettext.extractors.onboarding_step.extract |
| 5 | **/module_onboarding/*/*.json | frappe.gettext.extractors.module_onboarding.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.customization.extract |
| 11 | **/fixtures/custom_field.json | frappe.gettext.extractors.custom_field.extract |