seitime-frappe/frappe/gettext/extractors
mergify[bot] 47650d75ff
fix: translatable string extraction (#32142) (#32148)
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
2025-04-15 17:43:52 +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
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
workspace.py fix: translatable string extraction (#32142) (#32148) 2025-04-15 17:43:52 +00:00

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