seitime-frappe/frappe/gettext/extractors
2024-01-11 19:32:40 +01:00
..
__init__.py feat: python extractor 2023-10-15 20:25:01 +02:00
doctype.py fix: improve translatable string description 2024-01-11 19:32:40 +01:00
javascript.py fix: move extract_javascript to extractors folder and use it 2023-12-28 17:00:46 +01:00
jinja2.py feat: jinja2 extractor 2023-10-15 20:25:58 +02:00
module_onboarding.py feat: add extractor for Module Onboarding 2023-10-29 16:27:34 +01:00
navbar.py fix: navbar extractor 2023-10-15 21:02:50 +02:00
onboarding_step.py feat: add extractor for Onboarding Step 2023-10-29 16:19:52 +01:00
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
workspace.py feat: workspace extractor 2023-10-15 20:27:01 +02:00

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