seitime-frappe/frappe/gettext/extractors
Exequiel Arona 06c8217c99
feat: add extractors for Workspace Sidebar and Desktop Icon (#37085)
* 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>
2026-02-16 15:12:01 +00:00
..
tests refactor: unit vs integration treewide (#27992) 2024-10-06 09:43:36 +00:00
__init__.py feat: python extractor 2023-10-15 20:25:01 +02:00
custom_field.py refactor: extract common methods for parsing df and links 2024-06-27 18:38:05 +02:00
customization.py fix: docstring 2024-06-27 18:39:54 +02:00
desktop_icon.py feat: add extractors for Workspace Sidebar and Desktop Icon (#37085) 2026-02-16 15:12:01 +00:00
doctype.py refactor: extract common methods for parsing df and links 2024-06-27 18:38:05 +02:00
html_template.py fix: clean up print (#26170) 2024-04-26 18:22:33 +05:30
javascript.py refactor: fixup with ruff 0.8.1 2024-12-04 13:18:04 +05:30
module_onboarding.py style: re-format with ruff 2024-02-05 18:53:33 +05:30
navbar.py fix: translatable string extraction (#32142) (#32148) 2025-04-15 17:43:52 +00:00
onboarding_step.py style: re-format with ruff 2024-02-05 18:53:33 +05:30
python.py feat: python extractor 2023-10-15 20:25:01 +02:00
README.md docs: extractor README 2023-10-15 20:27:28 +02:00
report.py feat: report extractor 2023-10-15 20:26:46 +02:00
utils.py refactor: extract common methods for parsing df and links 2024-06-27 18:38:05 +02:00
web_form.py feat: extract translatable strings from standard web forms (#34237) 2025-10-02 11:30:14 +02:00
workspace.py feat: Add extraction for quick_list labels in workspace (#33304) 2025-07-14 19:43:56 +02:00
workspace_sidebar.py feat: add extractors for Workspace Sidebar and Desktop Icon (#37085) 2026-02-16 15:12:01 +00:00

Extractors should run on source files only. They should not depend on an acitive web server or database connection.