TT-7334 Add Prompt workflow step#312
Merged
Merged
Conversation
Contributor
gtryus
commented
May 18, 2026
- Added new translation units for "Prompt" and "Listen to the prompt above. Then, move to the next step." in XLIFF and XLF files.
- Updated SQL migration to include the new "Prompt" workflow step.
- Updated localization model and reducers to include new strings for prompt and promptTip.
- Changed exported strings name to reflect the latest localization updates.
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new "Prompt" workflow step at the start of the BOLD process, with corresponding localization entries and a migration update that also renames existing BOLD step names to PascalCase and renumbers their sequences.
Changes:
- Add
prompt/promptTipstrings to theworkflowStepslocalization (model, reducer, and XLIFF/XLF source files), and bump the exported strings bundle name. - Insert a new
Promptworkflow step atsequencenum = 1forprocess = 'bold'and shift the remaining steps (Record … Free transcription) to sequencenums 2–8. - Rename existing BOLD step names from space-separated form to PascalCase (e.g.
Careful speech→CarefulSpeech,Lwc translation→LwcTranslation).
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/renderer/src/store/localization/reducers.tsx | Adds prompt and promptTip English strings under workflowSteps. |
| src/renderer/src/store/localization/model.tsx | Declares the new prompt / promptTip fields on IWorkflowStepsStrings. |
| src/renderer/src/store/localization/exported-strings-name.json | Bumps the localization bundle filename to reflect updated strings. |
| migration/bold-workflow/insert-bold-workflowsteps.sql | Adds the Prompt step at seq 1, renumbers later steps, and renames step names to PascalCase. |
| localization/TranscriberAdmin-en.xlf | Adds XLIFF 2 source units for workflowSteps.prompt and workflowSteps.promptTip. |
| localization/TranscriberAdmin-en-1.2.xliff | Adds XLIFF 1.2 trans-units for workflowSteps.prompt and workflowSteps.promptTip. |
- Added new translation units for "Prompt" and "Listen to the prompt above. Then, move to the next step." in XLIFF and XLF files. - Updated SQL migration to include the new "Prompt" workflow step. - Updated localization model and reducers to include new strings for prompt and promptTip. - Changed exported strings name to reflect the latest localization updates.
4dc9de7 to
9d12bd5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.