seitime-frappe/frappe/gettext/extractors
2024-04-04 11:50:33 +02:00
..
tests feat: extract translatable strings from JS template strings (#24904) 2024-02-19 11:08:25 +05:30
__init__.py feat: python extractor 2023-10-15 20:25:01 +02:00
doctype.py fix: exclude some untranslatable select options 2024-04-04 11:50:33 +02:00
html_template.py feat: turn jinja extractor into a generic HTML template extractor 2024-01-19 16:22:54 +01:00
javascript.py feat: extract translatable strings from JS template strings (#24904) 2024-02-19 11:08:25 +05:30
module_onboarding.py style: re-format with ruff 2024-02-05 18:53:33 +05:30
navbar.py fix: ruff fixes 2024-02-07 17:04:31 +05:30
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 fix: lazy translate circular imports (#24672) 2024-02-01 12:27:25 +00:00
workspace.py feat: add extractor for label of number card (#25414) 2024-03-15 15:48:10 +05:30

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