Commit graph

10 commits

Author SHA1 Message Date
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
Raffael Meyer
5eadd23b11
feat: extract translatable strings from standard web forms (#34237)
* feat: extract translatable strings from standard web forms

* fix: extract select options
2025-10-02 11:30:14 +02:00
Raffael Meyer
06e963c365
fix: extract translatable strings from the whole repo (#27848) 2024-09-24 15:55:46 +02:00
Corentin Forler
35fb0e2687
fix(translate): Fix extraction in JS files (#27401)
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com>
2024-08-14 12:25:44 +00:00
Raffael Meyer
b0bba0ad31
fix: extract translatable strings from .vue files (#27251) 2024-07-30 17:44:06 +00:00
barredterra
fb6f8658a6 feat: extractor for customizations
Added extraction for property setters and links
2024-06-27 18:02:45 +02:00
barredterra
65ab855571 refactor: extractor for custom fields 2024-06-27 17:36:55 +02:00
Exequiel Arona
66de44be84 feat: enable new extractors 2024-04-25 12:57:54 -03:00
barredterra
10cfcbed67 feat: turn jinja extractor into a generic HTML template extractor
... supporting both jinja and JS microtemplates
2024-01-19 16:22:54 +01:00
barredterra
7d4bdbebb9 feat: apps can provide custom message extractors
- custom extractors take precedence
- default extractors are used as a fallback
2023-12-27 01:44:48 +01:00