Commit graph

23 commits

Author SHA1 Message Date
barredterra
1a1cdf21bf fix: exclude some untranslatable select options 2024-04-04 11:50:33 +02:00
Exequiel Arona
9a0761f1c0
fix: suggested correction applied
frappe/gettext/extractors/doctype.py

Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
2024-03-19 00:04:22 -03:00
Exequiel Arona
9033f5c65d feat: add description of doctype to extractor 2024-03-18 19:26:32 -03:00
Exequiel Arona
7042a6f63d
feat: add extractor for label of number card (#25414) 2024-03-15 15:48:10 +05:30
Raffael Meyer
609e0c12ff
feat: extract translatable strings from JS template strings (#24904) 2024-02-19 11:08:25 +05:30
Akhil Narang
26ae0f3460
fix: ruff fixes
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-02-07 17:04:31 +05:30
Ankush Menat
de9ac89748 style: re-format with ruff 2024-02-05 18:53:33 +05:30
Ankush Menat
aad0c19f3a
fix: lazy translate circular imports (#24672)
* Revert "fix: remove _lt from frappe.model.std_fields (#24662)"

This reverts commit 833d108614.

* fix: circular import
2024-02-01 12:27:25 +00: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
368283769f refactor: move extract_messages_from_code to a separate utils file
In order to avoid circular imports.
2024-01-19 16:16:38 +01:00
barredterra
547a6107ce fix: improve translatable string description 2024-01-11 19:32:40 +01:00
barredterra
a53e819022 fix: move extract_javascript to extractors folder and use it
instead of babels js extractor
2023-12-28 17:00:46 +01:00
barredterra
415834809f feat: add extractor for Module Onboarding 2023-10-29 16:27:34 +01:00
barredterra
4a54fafa19 feat: add extractor for Onboarding Step 2023-10-29 16:19:52 +01:00
barredterra
3efe080844 fix: navbar extractor 2023-10-15 21:02:50 +02:00
barredterra
4de07d0c88 docs: extractor README 2023-10-15 20:27:28 +02:00
barredterra
bd9bb6d0d6 feat: workspace extractor 2023-10-15 20:27:01 +02:00
barredterra
abcafafca9 feat: report extractor 2023-10-15 20:26:46 +02:00
barredterra
6b1e12e49b feat: navbar extractor 2023-10-15 20:26:32 +02:00
barredterra
30c8ffb600 feat: jinja2 extractor 2023-10-15 20:25:58 +02:00
barredterra
353a6c8d6e feat: doctype extractor 2023-10-15 20:25:44 +02:00
barredterra
1fd7e84f90 feat: javascript extractor 2023-10-15 20:25:14 +02:00
barredterra
6c4184afc2 feat: python extractor 2023-10-15 20:25:01 +02:00