feat: English locale, agent language routing, SRT import, transcript diagnostics, cleanup controls, and editor improvements - #17
Conversation
|
@matthewdonsemail-lab, thank you for putting this together. Please rebase on the latest
For each PR, remove unrelated comment translation/formatting churn and delete the Each replacement PR needs |
de6f421 to
a431eb6
Compare
…nscript diagnostics, cleanup controls, and editor improvements Accumulated editor improvements from local development: - English locale default for first-run (preserves saved Chinese preference) - Agent language routing via agentLanguagePrompt(locale) for locale-aware responses - SRT file import with UTF-8 BOM, CRLF/LF, comma/period fractions, multiline cues - Transcript extraction/source loading/upload/processing progress phases - clearGeneratedTranscripts() and clearAllCaptions() cleanup controls - Agent prompt enhancement writes in selected interface language - English transcript/SRT/diagnostic translations - Removed unused transition preview/audio files - Removed community section from READMEs - Docker compose and .dockerignore for container deployment - Various editor, timeline, audio, captions, GL, and export improvements - Full test suite and lint pass
Restore newer main implementations that the feature branch had replaced from its older base, while retaining English locale defaults, transcript diagnostics, SRT support, cleanup controls, and editor improvements.
447aa98 to
15a6720
Compare
Summary
Comprehensive editor improvements accumulated during local development: English locale default, agent language routing, SRT file import, transcript diagnostics, cleanup controls, and various editor/timeline/audio/captions/GL/export enhancements.
Changes
Locale and Agent
agentLanguagePrompt(locale)for locale-aware responsesTranscription
clearGeneratedTranscripts()andclearAllCaptions()cleanup controlsnewManualCaptions()Infrastructure
.dockerignorefor container deploymentEditor
Verification
npm run lint— passednpm test— full suite passednpm run build— production build succeededSecurity
No credentials or
.env.localfiles are included. All changes are source code and documentation only.