Commit 24d4c72
fix: output flat KV format for Transifex translation extraction (#4177)
* feat: use custom formatter to output flat KV format for Transifex
Replaces --format transifex (which outputs nested objects) with a
small custom formatter that produces the flat {id: defaultMessage}
format used by all other frontend repos in openedx-translations.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* chore: remove i18n_compile script
This was part of the legacy tx CLI pull_translations workflow and is
no longer needed.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* chore: remove legacy tx CLI translation targets from Makefile
Removes push_translations, pull_translations, and
detect_changed_source_translations along with their associated
variables. These were part of the old Transifex CLI workflow which
has been superseded by openedx-translations.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* chore: remove .tx Transifex CLI config
No longer needed now that the tx CLI workflow has been removed.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 1b8b621 commit 24d4c72
File tree
4 files changed
+4
-31
lines changed- .tx
- src/i18n
4 files changed
+4
-31
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 16 | | |
22 | 17 | | |
23 | 18 | | |
| |||
58 | 53 | | |
59 | 54 | | |
60 | 55 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | 56 | | |
78 | 57 | | |
79 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments