seitime-frappe/frappe/gettext/extractors
2026-03-16 18:52:04 +00:00
..
tests fix(gettext): extract template-literal translations with correct line numbers (#38063) 2026-03-16 18:52:04 +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 fix(gettext): extract template-literal translations with correct line numbers (#38063) 2026-03-16 18:52:04 +00:00
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.