* feat: add desktop icon extractor * feat: add workspace sidebar extractor * feat: add desktop icon extractor * fix: resolve merge conflict in babel_extractors.csv * docs: fix typo in docstring --------- Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com>
16 lines
1 KiB
CSV
16 lines
1 KiB
CSV
**/hooks.py,frappe.gettext.extractors.navbar.extract
|
|
**/doctype/*/*.json,frappe.gettext.extractors.doctype.extract
|
|
**/desktop_icon/*.json,frappe.gettext.extractors.desktop_icon.extract
|
|
**/workspace_sidebar/*.json,frappe.gettext.extractors.workspace_sidebar.extract
|
|
**/workspace/*/*.json,frappe.gettext.extractors.workspace.extract
|
|
**/web_form/*/*.json,frappe.gettext.extractors.web_form.extract
|
|
**/onboarding_step/*/*.json,frappe.gettext.extractors.onboarding_step.extract
|
|
**/module_onboarding/*/*.json,frappe.gettext.extractors.module_onboarding.extract
|
|
**/report/*/*.json,frappe.gettext.extractors.report.extract
|
|
**.py,frappe.gettext.extractors.python.extract
|
|
**/templates/**.js,frappe.gettext.extractors.html_template.extract
|
|
**.js,frappe.gettext.extractors.javascript.extract
|
|
**.html,frappe.gettext.extractors.html_template.extract
|
|
**.vue,frappe.gettext.extractors.html_template.extract
|
|
**/custom/*.json,frappe.gettext.extractors.customization.extract
|
|
**/fixtures/custom_field.json,frappe.gettext.extractors.custom_field.extract
|