supervertaler 1.9.172__tar.gz → 1.9.186__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of supervertaler might be problematic. Click here for more details.
- {supervertaler-1.9.172 → supervertaler-1.9.186}/CHANGELOG.md +193 -2
- {supervertaler-1.9.172 → supervertaler-1.9.186}/FAQ.md +20 -2
- supervertaler-1.9.186/PKG-INFO +151 -0
- supervertaler-1.9.186/README.md +78 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/Supervertaler.py +2113 -862
- supervertaler-1.9.186/assets/README_ICONS.md +78 -0
- supervertaler-1.9.186/assets/arrow_left_dark.png +0 -0
- supervertaler-1.9.186/assets/arrow_left_light.png +0 -0
- supervertaler-1.9.186/assets/arrow_right_dark.png +0 -0
- supervertaler-1.9.186/assets/arrow_right_light.png +0 -0
- supervertaler-1.9.186/assets/icon.ico +0 -0
- supervertaler-1.9.186/assets/icon_16x16.png +0 -0
- supervertaler-1.9.186/assets/icon_256x256.png +0 -0
- supervertaler-1.9.186/assets/icon_32x32.png +0 -0
- supervertaler-1.9.186/assets/icon_48x48.png +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/index.html +1214 -1664
- supervertaler-1.9.186/docs/sv-icon.svg +15 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/database_manager.py +243 -83
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/database_migrations.py +54 -7
- supervertaler-1.9.186/modules/extract_tm.py +518 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/mqxliff_handler.py +71 -2
- supervertaler-1.9.186/modules/project_tm.py +320 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/superbrowser.py +22 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/termbase_manager.py +105 -2
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/termview_widget.py +68 -32
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/theme_manager.py +41 -4
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/tm_metadata_manager.py +23 -18
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/translation_memory.py +5 -14
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/translation_results_panel.py +0 -7
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/unified_prompt_library.py +2 -2
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/unified_prompt_manager_qt.py +47 -18
- {supervertaler-1.9.172 → supervertaler-1.9.186}/pyproject.toml +1 -1
- supervertaler-1.9.186/supervertaler.egg-info/PKG-INFO +151 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/supervertaler.egg-info/SOURCES.txt +12 -0
- supervertaler-1.9.172/PKG-INFO +0 -930
- supervertaler-1.9.172/README.md +0 -857
- supervertaler-1.9.172/assets/icon.ico +0 -0
- supervertaler-1.9.172/supervertaler.egg-info/PKG-INFO +0 -930
- {supervertaler-1.9.172 → supervertaler-1.9.186}/LICENSE +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/MANIFEST.in +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/assets/ICON_CONVERSION_GUIDE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/assets/MB.ico +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/assets/README.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/assets/generate_icons.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/assets/icon_128.png +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/assets/icon_24.png +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/assets/icon_256.png +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/assets/icon_32.png +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/assets/icon_48.png +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/assets/icon_64.png +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/assets/icon_preview.html +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/assets/icon_sv_modern.svg +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/assets/icon_sv_modern_paths.svg +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/assets/icon_sv_simple.svg +0 -0
- /supervertaler-1.9.172/docs/superdocs/.gitbook/assets/sv-icon.svg → /supervertaler-1.9.186/assets/icon_sv_website.svg +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/assets/patent-drawing-1951.jpg +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/assets/supervertaler_icon_colours.png +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/.nojekyll +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/CNAME +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/SIMILAR_APPS.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/apple-touch-icon.png +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/BUGFIX_README.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/CHANGELIST.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/CHANGELOG_Old.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/FAQ.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/INSTALLATION_v1.7.8.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/PROJECT_ORGANIZATION.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/TERMBASE_REFACTORING_SUMMARY.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/USER_GUIDE_v1.7.8.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/VERIFICATION_CHECKLIST.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/BEFORE_AFTER_COMPARISON.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/BUGFIX_SESSION_SUMMARY.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/COLOR_SCHEME_REFERENCE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/COMPACT_LAYOUT_CHANGELOG.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/COMPACT_LAYOUT_DOCUMENTATION_INDEX.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/COMPACT_LAYOUT_IMPLEMENTATION_SUMMARY.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/COMPACT_LAYOUT_UPDATE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/COMPLETE_IMPLEMENTATION_SUMMARY.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/COMPLETE_PROJECT_SUMMARY.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/DATABASE_FINAL_SUMMARY.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/DATABASE_IMPLEMENTATION.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/DATABASE_PRODUCTION_READY.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/DATABASE_QUICK_REFERENCE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/DUAL_VERSION_STRATEGY.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/FINAL_SESSION_SUMMARY.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/FOLDER_STRUCTURE_UPDATE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/GITHUB_PAGES_SETUP.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/IMPLEMENTATION_CHECKLIST.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/IMPLEMENTATION_COMPLETE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/IMPLEMENTATION_COMPLETE_COMPACT_LAYOUT.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/IMPLEMENTATION_READY.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/IMPLEMENTATION_STATUS_PHASE2_READY.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/KEYBOARD_SHORTCUTS_MATCHES.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/LAYOUT_BEFORE_AFTER.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/MASTER_INDEX.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/MATCH_DISPLAY_IMPROVEMENTS.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/MATCH_DISPLAY_LONG_SEGMENTS_UPDATE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/MATCH_DISPLAY_QUICK_REFERENCE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/MATCH_INSERTION_FEATURES.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/MATCH_SHORTCUTS_QUICK_REF.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/MODULAR_ARCHITECTURE_GUIDE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/PHASE2_IMPLEMENTATION_CHECKLIST.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/PHASE2_IMPLEMENTATION_DETAILED_CHECKLIST.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/PHASE2_IMPLEMENTATION_IN_PROGRESS.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/PHASE2_NEXT_STEPS.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/PHASE2_READY_TO_IMPLEMENT.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/PHASE2_START_HERE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/QT_MIGRATION_PLAN.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/QT_SESSION_SUMMARY.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/QUICK_SESSION_SUMMARY.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/RELEASE_Qt_v1.0.0_Phase5.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/RELEASE_v1.9.38.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/RELEASE_v3.7.1.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/RELEASE_v3.7.6.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/RELEASE_v3.7.7.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/RESTRUCTURE_COMPLETE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/SESSION_DOCUMENTATION_INDEX.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/SESSION_IMPLEMENTATION_SUMMARY.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/SESSION_LONG_SEGMENTS_COMPLETE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/SESSION_MATCH_FEATURES_COMPLETE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/SESSION_STATUS.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/SESSION_SUMMARY_Phase5.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/START_HERE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/START_IMPLEMENTATION_HERE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/STYLE_GUIDES_DELIVERABLES.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/STYLE_GUIDES_DOCUMENTATION_INDEX.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/STYLE_GUIDES_FEATURE_SUMMARY.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/STYLE_GUIDES_IMPLEMENTATION.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/STYLE_GUIDES_PROJECT_COMPLETION.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/STYLE_GUIDES_QUICK_REFERENCE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/STYLE_GUIDES_VISUAL_ARCHITECTURE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/TERMBASE_FIXES.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/TERMBASE_IMPLEMENTATION.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/TERMBASE_QUICK_START.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/TMX_CONCORDANCE_STYLE_HIGHLIGHTING.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/TMX_DUAL_HIGHLIGHTING.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/TMX_EDITOR_HIGHLIGHTING_UPDATE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/TMX_EDITOR_IMPLEMENTATION.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/TMX_EDITOR_WORD_HIGHLIGHTING.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/TMX_TABLE_LAYOUT_INTEGRATED_EDIT.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/TMX_TREEVIEW_GRID_RESIZABLE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/TMX_WORD_HIGHLIGHTING_IMPLEMENTATION_COMPLETE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/TMX_WORD_HIGHLIGHTING_SUMMARY.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/TM_MATCH_PANE_CHECKLIST.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/TM_MATCH_PANE_IMPLEMENTATION.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/TM_MATCH_PANE_VISUAL_GUIDE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/VISUAL_COLOR_REFERENCE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/development/VISUAL_IMPLEMENTATION_SUMMARY.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/sessions/COLOR_FIX_EXPLANATION.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/sessions/DATABASE_CONSOLIDATION_REPORT.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/sessions/DUAL_EDITOR_WORKFLOW.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/sessions/DUAL_SELECTION_SYSTEM.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/sessions/IMPROVEMENTS_SUMMARY.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/sessions/ISSUES_FIXES_PROGRESS.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/sessions/MATCH_DISPLAY_COMPACT_FIXES.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/sessions/README_SESSION_TERMBASE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/sessions/SAFE_DELETION_REMINDER.txt +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/sessions/SESSION_SUMMARY.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/sessions/TERMBASE_FIXES_APPLIED.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/sessions/TESTING_CHECKLIST.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/sessions/TMX_EDITOR_ANNOUNCEMENT.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/archive/sessions/TRANSLATION_RESULTS_IMPROVEMENTS.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/assets/Figure1.png +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/assets/patent-drawing-1951.jpg +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/changelog.html +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/dev-notes/QA.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/dev-notes/STYLE_GUIDES_UI_TEMPLATE.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/dev-notes/_Notes_2025-11-21.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/dev-notes/_things_to_remind_AIs_of_when_translating.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/dev-notes/issue_28.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/dev-notes/openai_debug.txt +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/dev-notes/pre-translation-dialog-enhancement.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/emoji_mockup.html +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/favicon.ico +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/guides/AI_PROMPT_ASSISTANT_USER_GUIDE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/guides/ENCODING_REPAIR_TOOL.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/guides/FAQ.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/guides/GLOSSARY_OF_SUPERVERTALER_TERMINOLOGY.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/guides/JSON_EDITORS_AND_HUMAN_READABLE_FORMAT.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/guides/KEYBOARD_SHORTCUTS.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/guides/PDF_RESCUE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/guides/PROMPT_ASSISTANT_USER_GUIDE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/guides/QT_SETTINGS_DIALOG_GUIDE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/guides/TERM_EXTRACTION_GUIDE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/guides/USER_DATA_FOLDER_SETUP.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/idea_beijer.bot_integration_idea/BEIJERBOT_FEATURE_ANALYSIS.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/idea_beijer.bot_integration_idea/CLI_BRIDGE_SPECIFICATION.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/idea_beijer.bot_integration_idea/IMPLEMENTATION_ROADMAP.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/idea_beijer.bot_integration_idea/QUICKMENU_INTEGRATION_PLAN.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/idea_beijer.bot_integration_idea/README.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/idea_tag-cleaner/tag_cleaner.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/idea_use_vscode_as_cat_tool/ai-agent-translation-workflow.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/logo.png +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/screenshots/2025-10-13_00-46-16.jpg +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/screenshots/Superlookup_Web_resources.jpg +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/screenshots/Supervertaler_AI-Assistant.jpg +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/screenshots/Supervertaler_CLASSIC_v2.4.1_(tkinter).jpg +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/screenshots/Supervertaler_Prompt_Manager_2026-01-14.png +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/screenshots/Supervertaler_Qt_LLM_LeaderboardResults_2025-11-12.jpg +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/screenshots/Supervertaler_Qt_LLM_Leaderboard_2025-11-12.jpg +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/screenshots/Supervertaler_Superbrowser.jpg +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/screenshots/Supervertaler_dark_mode_2025-12-16.jpg +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/screenshots/Supervertaler_dark_mode_2025-12-17.jpg +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/screenshots/Supervertaler_grid.jpg +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/screenshots/Supervertaler_tkinter (v3.7.7).jpg +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/screenshots/Supervertaler_v1.9.102_compare_panel_2026-01-14.png +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/screenshots/Supervertaler_v1.9.102_grid_2026-01-14.png +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/screenshots/new/Supervertaler-grid.jpg +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/screenshots/new/Supervertaler_AI-Assistant.jpg +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/screenshots/new/Supervertaler_Prompt-Library.jpg +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/screenshots/new/Supervertaler_Qt_LLM_LeaderboardResults_2025-11-12.jpg +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/screenshots/new/Supervertaler_Qt_LLM_Leaderboard_2025-11-12.jpg +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/screenshots/new/Supervertaler_Superbrowser.jpg +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/screenshots/old/2025-10-13_00-50-24.jpg +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/screenshots/old/Supervertaler_Qt_2025-11-12.jpg +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/script.js +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/site.webmanifest +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/specifications/AI_ASSISTANT_PHASE2_IMPLEMENTATION.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/specifications/AI_PROMPT_ASSISTANT.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/specifications/AI_PROMPT_ASSISTANT_IMPLEMENTATION.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/specifications/EXPORT_MENU_UPDATE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/specifications/IMPLEMENTATION_SUMMARY.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/specifications/QT_PHASE2_COMPLETE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/specifications/QT_PHASE3_COMPLETE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/specifications/SUPERVERTALER_DATA_FORMAT.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/specifications/TASK_TYPE_SYSTEM.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/specifications/TERMINOLOGY_UPDATE_SUMMARY.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/specifications/opus-api-integration.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/styles.css +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/.gitbook/assets/supervertaler-logo.png +0 -0
- {supervertaler-1.9.172/docs → supervertaler-1.9.186/docs/superdocs/.gitbook/assets}/sv-icon.svg +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/GITBOOK_LANDING_DRAFT.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/README.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/SUMMARY.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/ai-translation/batch-translation.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/ai-translation/ollama.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/ai-translation/overview.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/ai-translation/prompt-library.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/ai-translation/prompts.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/ai-translation/providers.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/ai-translation/single-segment.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/cat-tools/cafetran.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/cat-tools/memoq.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/cat-tools/overview.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/cat-tools/phrase.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/cat-tools/trados.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/editor/editing-confirming.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/editor/filtering.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/editor/find-replace.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/editor/keyboard-shortcuts.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/editor/navigation.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/editor/pagination.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/editor/translation-grid.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/get-started/api-keys.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/get-started/first-project.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/get-started/installation.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/get-started/quick-start.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/glossaries/basics.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/glossaries/creating.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/glossaries/extraction.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/glossaries/highlighting.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/glossaries/importing.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/import-export/bilingual-tables.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/import-export/docx-import.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/import-export/exporting.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/import-export/formats.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/import-export/multi-file.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/import-export/txt-import.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/qa/non-translatables.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/qa/spellcheck.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/qa/tag-validation.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/reference/changelog.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/reference/contributing.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/reference/faq.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/reference/file-formats.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/settings/fonts.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/settings/general.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/settings/shortcuts.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/settings/theme.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/settings/view.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/superlookup/glossary-search.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/superlookup/mt.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/superlookup/overview.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/superlookup/tm-search.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/superlookup/web-resources.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/tools/autofingers.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/tools/image-extractor.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/tools/pdf-rescue.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/tools/tmx-editor.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/tools/voice-commands.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/translation-memory/basics.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/translation-memory/fuzzy-matching.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/translation-memory/importing-tmx.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/translation-memory/managing-tms.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/translation-memory/supermemory.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/troubleshooting/api-issues.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/troubleshooting/common-issues.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/troubleshooting/import-export-errors.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/troubleshooting/linux.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/superdocs/troubleshooting/performance.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/technical/AI_ASSISTANT_GUIDE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/technical/AI_ASSISTANT_IMPLEMENTATION.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/technical/AI_ASSISTANT_INTEGRATION.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/technical/AI_ASSISTANT_QUICK_REFERENCE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/technical/DATABASE_LOCATIONS.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/technical/FILTER_HIGHLIGHTING_FIX.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/technical/MODULE_HEADER_PATTERN.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/technical/README.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/technical/SUPERBROWSER_GUIDE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/technical/SUPERVOICE_TROUBLESHOOTING.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/technical/UNIFIED_PROMPT_LIBRARY_GUIDE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/technical/VOICE_DICTATION_GUIDE.md +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/tests/test_encoding_corruption.txt +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/web-app-manifest-192x192.png +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/docs/web-app-manifest-512x512.png +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/__init__.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/ai_actions.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/ai_attachment_manager.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/ai_file_viewer_dialog.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/autofingers_engine.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/cafetran_docx_handler.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/config_manager.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/dejavurtf_handler.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/document_analyzer.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/docx_handler.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/encoding_repair.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/encoding_repair_Qt.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/encoding_repair_ui.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/feature_manager.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/figure_context_manager.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/file_dialog_helper.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/find_replace.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/find_replace_qt.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/glossary_manager.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/image_extractor.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/keyboard_shortcuts_widget.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/llm_clients.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/llm_leaderboard.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/llm_superbench_ui.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/local_llm_setup.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/model_update_dialog.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/model_version_checker.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/non_translatables_manager.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/pdf_rescue_Qt.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/pdf_rescue_tkinter.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/phrase_docx_handler.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/project_home_panel.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/prompt_assistant.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/prompt_library.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/prompt_library_migration.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/quick_access_sidebar.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/ribbon_widget.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/sdlppx_handler.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/setup_wizard.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/shortcut_manager.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/simple_segmenter.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/spellcheck_manager.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/statuses.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/style_guide_manager.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/superbench_ui.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/supercleaner.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/supercleaner_ui.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/superdocs.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/superdocs_viewer_qt.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/superlookup.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/tag_cleaner.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/tag_manager.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/term_extractor.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/termbase_entry_editor.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/termbase_import_export.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/tm_editor_dialog.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/tm_manager_qt.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/tmx_editor.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/tmx_editor_qt.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/tmx_generator.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/tracked_changes.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/trados_docx_handler.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/translation_services.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/voice_commands.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/voice_dictation.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/modules/voice_dictation_lite.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/setup.cfg +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/setup.py +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/supervertaler.egg-info/dependency_links.txt +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/supervertaler.egg-info/entry_points.txt +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/supervertaler.egg-info/not-zip-safe +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/supervertaler.egg-info/requires.txt +0 -0
- {supervertaler-1.9.172 → supervertaler-1.9.186}/supervertaler.egg-info/top_level.txt +0 -0
|
@@ -2,10 +2,201 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to Supervertaler are documented in this file.
|
|
4
4
|
|
|
5
|
-
**Current Version:** v1.9.
|
|
5
|
+
**Current Version:** v1.9.186 (February 1, 2026)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
+
## v1.9.186 - February 1, 2026
|
|
10
|
+
|
|
11
|
+
### 🐛 Bug Fixes
|
|
12
|
+
|
|
13
|
+
- **Exit Crash Fixed**: Resolved Python crash that occurred when closing the program via File > Exit. The crash was caused by manual WebEngine cleanup interfering with Qt's internal shutdown sequence. Now lets Qt handle WebEngine cleanup naturally, resulting in clean program exit without crashes.
|
|
14
|
+
|
|
15
|
+
- **Import Shadowing Fixed**: Fixed UnboundLocalError crashes on startup caused by local imports shadowing global imports (QWidget, QHBoxLayout). Only QButtonGroup is now imported locally where needed.
|
|
16
|
+
|
|
17
|
+
### 🎨 UI Improvements
|
|
18
|
+
|
|
19
|
+
- **View Toggle Clarity**: Replaced confusing single "Tags OFF" toggle button with clear segmented control showing both "WYSIWYG" and "Tags" options. One button is always highlighted to show the current view mode.
|
|
20
|
+
|
|
21
|
+
- **Default View Mode**: Changed default view from WYSIWYG to Tags mode for better alignment with actual initial state. Tags button is now highlighted by default on startup.
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
## v1.9.185 - February 1, 2026
|
|
26
|
+
|
|
27
|
+
### 🎨 UI Improvements
|
|
28
|
+
|
|
29
|
+
- **Grid Zoom Shortcut**: Changed Grid Zoom In keyboard shortcut from Ctrl++ to Ctrl+= for easier access (no need to hold Shift). The = and + keys are on the same physical key, making this more intuitive and faster to use.
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
## v1.9.184 - February 1, 2026
|
|
34
|
+
|
|
35
|
+
### 🎨 UI Improvements
|
|
36
|
+
|
|
37
|
+
- **Dark Mode Refinements**: Improved text visibility in TermView panels (both bottom and right panel source text now use #FFFFFF for better contrast). HTML formatting tags (`<b>`, `</b>`, etc.) now display in light pink (#FFB6C1) in dark mode for enhanced readability.
|
|
38
|
+
|
|
39
|
+
- **TM Navigation Arrows**: Fixed navigation arrows in Match Panel and Compare Panel that were invisible or incorrectly rendered in dark mode. Now using crisp Unicode triangle symbols (◀ ▶) with theme-aware colors (white in dark mode, dark gray in light mode).
|
|
40
|
+
|
|
41
|
+
- **Table Header Font Size**: Reduced column header font size to match grid content (only bold, not larger), resulting in better visual proportions.
|
|
42
|
+
|
|
43
|
+
### 🐛 Bug Fixes
|
|
44
|
+
|
|
45
|
+
- **Prompt Library Updates**: Fixed Issue #112 where edited prompts were not immediately reflected in the Prompt Library or Preview Combined sections. Changes now update both the active primary prompt and attached prompts immediately after saving.
|
|
46
|
+
|
|
47
|
+
### 🛠️ Developer Experience
|
|
48
|
+
|
|
49
|
+
- **Windows Start Menu Shortcuts**: Added PowerShell scripts to create Start Menu shortcuts for both end users (`Supervertaler.exe`) and developers (`run.cmd`). Scripts are automatically included in release packages.
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
## v1.9.183 - January 31, 2026
|
|
54
|
+
|
|
55
|
+
### ⚡ Performance: Instant Ctrl+Enter Navigation
|
|
56
|
+
|
|
57
|
+
Major performance overhaul for segment navigation. Ctrl+Enter is now **instant** instead of taking 10-50+ seconds.
|
|
58
|
+
|
|
59
|
+
**In-Memory Termbase Index**
|
|
60
|
+
- Built a pre-indexed, in-memory glossary lookup system that replaces per-segment database queries
|
|
61
|
+
- Glossary lookups now take **<1ms** instead of **52 seconds** per segment
|
|
62
|
+
- Index is built once when project loads (~0.15s for 1,400 terms) and updated instantly when terms are added
|
|
63
|
+
|
|
64
|
+
**Async Auto-Confirm**
|
|
65
|
+
- The "auto-confirm 100% TM matches" feature now runs asynchronously
|
|
66
|
+
- Navigation completes instantly; TM lookup happens in the background
|
|
67
|
+
- If a 100% match is found, the segment is auto-confirmed after you've already moved
|
|
68
|
+
|
|
69
|
+
**Cache System Enabled by Default**
|
|
70
|
+
- Prefetch cache is now **enabled by default** for new installations
|
|
71
|
+
- Background workers pre-cache termbase and TM matches for upcoming segments
|
|
72
|
+
- Cache hit rate typically 95%+ after initial segment visit
|
|
73
|
+
|
|
74
|
+
### 🐛 Bug Fixes
|
|
75
|
+
|
|
76
|
+
- **TermView Updates on Ctrl+Enter**: The glossary/terminology panel now updates immediately when navigating with Ctrl+Enter, not just on mouse click
|
|
77
|
+
|
|
78
|
+
- **TM Panel Updates on Ctrl+Enter**: Translation Memory matches now appear immediately when navigating with Ctrl+Enter
|
|
79
|
+
|
|
80
|
+
- **Source Text Always Visible**: TermView now displays the source text even when there are no glossary matches, with appropriate status messages ("No matches in X words", "No glossaries activated", etc.)
|
|
81
|
+
|
|
82
|
+
- **Row Selection on Ctrl+Enter**: The target row is now properly selected (blue highlight) after Ctrl+Enter navigation, not just the previous row
|
|
83
|
+
|
|
84
|
+
- **TM Results for Correct Segment**: Fixed race condition where fast navigation could show TM results for the wrong segment; added segment validation before and after TM lookup
|
|
85
|
+
|
|
86
|
+
- **TM Lookup on Cache Hit**: Fixed issue where TM matches weren't shown when termbase was cached (prefetch worker skips TM for thread safety)
|
|
87
|
+
|
|
88
|
+
---
|
|
89
|
+
|
|
90
|
+
## v1.9.181 - January 30, 2026
|
|
91
|
+
|
|
92
|
+
### ✨ New Features
|
|
93
|
+
|
|
94
|
+
- **Expanded Language Support in New Project**: The New Project dialog now includes 53 languages (up from 10), matching the full list available in Settings. Languages now include Czech, Slovak, Romanian, Hungarian, and many more.
|
|
95
|
+
|
|
96
|
+
- **Global Language Sync**: When importing projects (memoQ, Trados, Phrase, XLIFF, etc.), the global language settings are now automatically synchronized with the imported project's source and target languages.
|
|
97
|
+
|
|
98
|
+
### 🎨 UI Improvements
|
|
99
|
+
|
|
100
|
+
- **TM/Glossary Activation Guidance**: When no TMs or glossaries are activated for a project, or when activated resources don't match the project's language pair, helpful guidance messages now appear in the Match Panel and Termview. Messages guide users to the Resources tab to activate appropriate resources.
|
|
101
|
+
|
|
102
|
+
---
|
|
103
|
+
|
|
104
|
+
## v1.9.180 - January 30, 2026
|
|
105
|
+
|
|
106
|
+
### ✨ New Features
|
|
107
|
+
|
|
108
|
+
- **Global UI Font Scale**: New user-configurable setting (50%-200%) that scales the entire application UI. Particularly useful for Linux/macOS users where Qt applications may render with smaller fonts, or for high-DPI displays. Find it in Settings → View → Global UI Font Scale.
|
|
109
|
+
|
|
110
|
+
---
|
|
111
|
+
|
|
112
|
+
## v1.9.178-beta - January 28, 2026
|
|
113
|
+
|
|
114
|
+
### 🐛 Bug Fixes
|
|
115
|
+
|
|
116
|
+
- **Slovak Language in Import Dialogs**: Slovak and other languages were missing from the Trados and Phrase import language dropdowns. Both dialogs now use the full language list matching the main New Project dialog.
|
|
117
|
+
|
|
118
|
+
- **mqxliff Target Loading for Pretranslated Files**: When importing pretranslated mqxliff files, the target translations were not being loaded. Added new `extract_bilingual_segments()` method to properly extract both source and target text from memoQ XLIFF files.
|
|
119
|
+
|
|
120
|
+
- **TM Activation for Global TMs**: Fixed issue where TMs created when no project was loaded would not save segments later. The TM activation system now properly handles global activations (project_id=0), so TMs activated before loading a project continue to work after a project is opened.
|
|
121
|
+
|
|
122
|
+
- **TM Storage Consistency**: The `get_writable_tm_ids`, `get_active_tm_ids`, and `is_tm_active` functions now include globally-activated TMs in addition to project-specific activations.
|
|
123
|
+
|
|
124
|
+
---
|
|
125
|
+
|
|
126
|
+
## v1.9.177-beta - January 28, 2026
|
|
127
|
+
|
|
128
|
+
### ✨ New Features
|
|
129
|
+
|
|
130
|
+
- **Bidirectional Termbase Matching**: Glossaries now work like memoQ and Trados - a termbase created for NL→EN will also find matches when working on EN→NL projects (and vice versa). This "direction-insensitive" behavior means you no longer need separate termbases for different language directions. When a match is found on the target side, source and target are automatically swapped in the results.
|
|
131
|
+
|
|
132
|
+
---
|
|
133
|
+
|
|
134
|
+
## v1.9.176-beta - January 28, 2026
|
|
135
|
+
|
|
136
|
+
### ✨ New Features
|
|
137
|
+
|
|
138
|
+
- **Unified Setup Wizard**: Combined the first-run data folder selection and features introduction into a single, streamlined wizard. New users now see a clear 2-step wizard (data folder → features), while existing users see a 1-step version with their current data folder displayed. The wizard is also accessible anytime from **Help → Setup Wizard**.
|
|
139
|
+
|
|
140
|
+
### 🎨 UI Improvements
|
|
141
|
+
|
|
142
|
+
- **Clickable Data Folder Path**: In the Setup Wizard, the data folder path is now a clickable link that opens the folder in your system's file manager (Windows Explorer, Finder, etc.).
|
|
143
|
+
|
|
144
|
+
- **Help Menu Enhancement**: Added "🚀 Setup Wizard..." menu item to the Help menu, allowing users to re-run the setup wizard at any time.
|
|
145
|
+
|
|
146
|
+
---
|
|
147
|
+
|
|
148
|
+
## v1.9.175-beta - January 28, 2026
|
|
149
|
+
|
|
150
|
+
### ✨ New Features
|
|
151
|
+
|
|
152
|
+
- **Glossary AI Injection**: New "AI" column in Glossary Settings allows glossary terms to be automatically injected into LLM translation prompts. When enabled (orange checkmark), all terms from that glossary are sent to the AI with every translation request, helping the model use your preferred terminology. Recommended for small, curated glossaries (< 500 terms).
|
|
153
|
+
|
|
154
|
+
### 🎨 UI Improvements
|
|
155
|
+
|
|
156
|
+
- **Terminology Consistency**: Renamed "Primary Prompt" to "Custom Prompt" throughout the application for better alignment with the 2-Layer Prompt Architecture documentation.
|
|
157
|
+
|
|
158
|
+
- **Preview Prompt Enhancements**: The Preview Prompts dialog now highlights the "# GLOSSARY" section in orange when glossary terms are injected.
|
|
159
|
+
|
|
160
|
+
- **Glossary Legend Updated**: The glossary settings help text now explains all four columns: Read (green), Write (blue), Priority, and AI (orange).
|
|
161
|
+
|
|
162
|
+
---
|
|
163
|
+
|
|
164
|
+
## v1.9.174 - January 28, 2026
|
|
165
|
+
|
|
166
|
+
### ✨ New Features
|
|
167
|
+
|
|
168
|
+
- **Batch Status Change**: Change the status of multiple selected segments at once via right-click context menu or Edit → Bulk Operations → Change Status. Supports all status types (Not started, Pre-translated, Translated, Confirmed, etc.)
|
|
169
|
+
|
|
170
|
+
- **Ctrl+, Tag Wrapping for HTML**: When text is selected, Ctrl+, now wraps it with HTML tag pairs (e.g., `<b>selection</b>`) in addition to memoQ tags and CafeTran pipes.
|
|
171
|
+
|
|
172
|
+
- **Ctrl+, Tip in Grid**: Added a subtle tip label "💡 Tip: Ctrl+, inserts the next tag from source" in the pagination bar to help new users discover this powerful shortcut.
|
|
173
|
+
|
|
174
|
+
### 🐛 Bug Fixes
|
|
175
|
+
|
|
176
|
+
- **TM Overwrite Mode Fixed**: The "Save only latest translation (overwrite)" TM setting now actually overwrites existing entries with the same source text, instead of creating duplicate entries.
|
|
177
|
+
|
|
178
|
+
- **Shift+Click Multi-Select Fixed**: Fixed grid selection where Shift+click to select a range was selecting extra rows. Now properly respects Qt's native range selection.
|
|
179
|
+
|
|
180
|
+
- **Status Dropdown Width**: Widened the status dropdown to prevent text truncation (e.g., "Pre-translated", "TR confirmed" now fully visible).
|
|
181
|
+
|
|
182
|
+
### 🎨 UI Improvements
|
|
183
|
+
|
|
184
|
+
- **AI Settings Reorganized**: Moved "Model Version Checker" and "API Keys" sections higher in AI Settings, right after Model Selection for easier access.
|
|
185
|
+
|
|
186
|
+
---
|
|
187
|
+
|
|
188
|
+
## v1.9.173 - January 28, 2026
|
|
189
|
+
|
|
190
|
+
### ✨ Improvements
|
|
191
|
+
|
|
192
|
+
- **Smarter TM Exact Matching**: Exact matches now use text normalization before hashing, so matches are found even when source text differs only in whitespace or Unicode normalization (e.g., non-breaking spaces vs regular spaces).
|
|
193
|
+
|
|
194
|
+
- **Improved TM Pre-Translation Dialog**: The progress dialog now shows the current segment being processed, count of matches found so far, and elapsed time. A patience message appears after 10 seconds for large jobs.
|
|
195
|
+
|
|
196
|
+
- **Higher Fuzzy Match Threshold**: Raised the minimum fuzzy match threshold from 70% to 75% for better quality matches across all TM operations.
|
|
197
|
+
|
|
198
|
+
---
|
|
199
|
+
|
|
9
200
|
## v1.9.172 - January 28, 2026
|
|
10
201
|
|
|
11
202
|
### 🐛 Bug Fixes
|
|
@@ -32,7 +223,7 @@ All notable changes to Supervertaler are documented in this file.
|
|
|
32
223
|
- **Dual Access**: Available both as popup dialog (`Ctrl+Shift+P`) and as permanent tab
|
|
33
224
|
- **Project-Aware**: Tab clears when creating new project, populates when loading project
|
|
34
225
|
|
|
35
|
-
- **Settings Improvement**: "Disable ALL caches"
|
|
226
|
+
- **Settings Improvement**: "Disable ALL caches" was temporarily enabled by default *(reverted in v1.9.183 - caches are now enabled by default for performance)*.
|
|
36
227
|
|
|
37
228
|
- **TM Target Shortcut Badge**: Added a blue "0" badge next to the TM Target in the Match Panel, indicating the Alt+0 shortcut for instant TM match insertion. Shortcut is documented and works out of the box.
|
|
38
229
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Supervertaler - Frequently Asked Questions
|
|
2
2
|
|
|
3
|
-
**Current Version:** v1.9.
|
|
3
|
+
**Current Version:** v1.9.180 (January 30, 2026)
|
|
4
4
|
**Framework:** PyQt6
|
|
5
|
-
**Last Updated:**
|
|
5
|
+
**Last Updated:** January 30, 2026
|
|
6
6
|
|
|
7
7
|
Welcome to the Supervertaler FAQ! Find answers to common questions about installation, features, workflow, and troubleshooting.
|
|
8
8
|
|
|
@@ -842,6 +842,24 @@ See: [UNIFIED_PROMPT_LIBRARY_GUIDE.md](../UNIFIED_PROMPT_LIBRARY_GUIDE.md) for f
|
|
|
842
842
|
|
|
843
843
|
## Troubleshooting
|
|
844
844
|
|
|
845
|
+
### The UI text looks too small on Linux/macOS. How do I fix it?
|
|
846
|
+
|
|
847
|
+
Qt applications can sometimes render with smaller fonts on Linux and macOS, especially on high-DPI displays. Supervertaler includes a **Global UI Font Scale** setting to fix this:
|
|
848
|
+
|
|
849
|
+
1. Go to **Settings → View** tab
|
|
850
|
+
2. Find the **🖥️ Global UI Font Scale** section
|
|
851
|
+
3. Adjust the slider from 50% to 200% (default is 100%)
|
|
852
|
+
4. Click **Apply** to see changes immediately
|
|
853
|
+
5. Click **Save View Settings** to persist your choice
|
|
854
|
+
|
|
855
|
+
**Recommended values:**
|
|
856
|
+
- **Linux with HiDPI:** Try 120-150%
|
|
857
|
+
- **macOS Retina:** Usually 100% is fine, try 110-120% if needed
|
|
858
|
+
- **4K displays:** Try 130-150% depending on screen size
|
|
859
|
+
- **Accessibility needs:** Up to 200% for maximum readability
|
|
860
|
+
|
|
861
|
+
This setting affects menus, buttons, labels, tabs, and all other UI text throughout the application.
|
|
862
|
+
|
|
845
863
|
### Why is translation slow?
|
|
846
864
|
|
|
847
865
|
**Common Causes:**
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: supervertaler
|
|
3
|
+
Version: 1.9.186
|
|
4
|
+
Summary: Professional AI-enhanced translation workbench with multi-LLM support, glossary system, TM, spellcheck, voice commands, and PyQt6 interface. Batteries included (core).
|
|
5
|
+
Home-page: https://supervertaler.com
|
|
6
|
+
Author: Michael Beijer
|
|
7
|
+
Author-email: Michael Beijer <info@michaelbeijer.co.uk>
|
|
8
|
+
Maintainer-email: Michael Beijer <info@michaelbeijer.co.uk>
|
|
9
|
+
License-Expression: MIT
|
|
10
|
+
Project-URL: Homepage, https://supervertaler.com
|
|
11
|
+
Project-URL: Repository, https://github.com/michaelbeijer/Supervertaler.git
|
|
12
|
+
Project-URL: Bug Tracker, https://github.com/michaelbeijer/Supervertaler/issues
|
|
13
|
+
Project-URL: Changelog, https://github.com/michaelbeijer/Supervertaler/blob/main/CHANGELOG.md
|
|
14
|
+
Project-URL: Documentation, https://github.com/michaelbeijer/Supervertaler/blob/main/AGENTS.md
|
|
15
|
+
Project-URL: Author Website, https://michaelbeijer.co.uk
|
|
16
|
+
Keywords: translation,CAT,CAT-tool,AI,LLM,GPT,Claude,Gemini,Ollama,glossary,termbase,translation-memory,TM,PyQt6,localization,memoQ,Trados,SDLPPX,XLIFF,voice-commands,spellcheck
|
|
17
|
+
Classifier: Development Status :: 4 - Beta
|
|
18
|
+
Classifier: Programming Language :: Python :: 3
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
22
|
+
Classifier: Operating System :: OS Independent
|
|
23
|
+
Classifier: Operating System :: Microsoft :: Windows
|
|
24
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
25
|
+
Classifier: Intended Audience :: End Users/Desktop
|
|
26
|
+
Classifier: Topic :: Office/Business
|
|
27
|
+
Classifier: Topic :: Text Processing :: Linguistic
|
|
28
|
+
Classifier: Environment :: X11 Applications :: Qt
|
|
29
|
+
Requires-Python: >=3.10
|
|
30
|
+
Description-Content-Type: text/markdown
|
|
31
|
+
License-File: LICENSE
|
|
32
|
+
Requires-Dist: PyQt6>=6.5.0
|
|
33
|
+
Requires-Dist: PyQt6-WebEngine>=6.5.0
|
|
34
|
+
Requires-Dist: python-docx>=0.8.11
|
|
35
|
+
Requires-Dist: openpyxl>=3.1.0
|
|
36
|
+
Requires-Dist: Pillow>=10.0.0
|
|
37
|
+
Requires-Dist: lxml>=4.9.0
|
|
38
|
+
Requires-Dist: openai>=1.0.0
|
|
39
|
+
Requires-Dist: anthropic>=0.7.0
|
|
40
|
+
Requires-Dist: google-generativeai>=0.3.0
|
|
41
|
+
Requires-Dist: requests>=2.28.0
|
|
42
|
+
Requires-Dist: markitdown>=0.0.1
|
|
43
|
+
Requires-Dist: sacrebleu>=2.3.1
|
|
44
|
+
Requires-Dist: pyperclip>=1.8.2
|
|
45
|
+
Requires-Dist: chardet>=5.0.0
|
|
46
|
+
Requires-Dist: pyyaml>=6.0.0
|
|
47
|
+
Requires-Dist: markdown>=3.4.0
|
|
48
|
+
Requires-Dist: pyspellchecker>=0.7.0
|
|
49
|
+
Requires-Dist: sounddevice>=0.4.6
|
|
50
|
+
Requires-Dist: numpy>=1.24.0
|
|
51
|
+
Requires-Dist: PyMuPDF>=1.23.0
|
|
52
|
+
Requires-Dist: boto3>=1.28.0
|
|
53
|
+
Requires-Dist: deepl>=1.15.0
|
|
54
|
+
Requires-Dist: spylls>=0.1.7
|
|
55
|
+
Requires-Dist: keyboard>=0.13.5; platform_system == "Windows"
|
|
56
|
+
Requires-Dist: ahk>=1.0.0; platform_system == "Windows"
|
|
57
|
+
Requires-Dist: pyautogui>=0.9.54; platform_system == "Windows"
|
|
58
|
+
Requires-Dist: psutil>=5.9.0
|
|
59
|
+
Provides-Extra: local-whisper
|
|
60
|
+
Requires-Dist: openai-whisper>=20230314; extra == "local-whisper"
|
|
61
|
+
Provides-Extra: voice
|
|
62
|
+
Provides-Extra: web
|
|
63
|
+
Provides-Extra: pdf
|
|
64
|
+
Provides-Extra: mt
|
|
65
|
+
Provides-Extra: hunspell
|
|
66
|
+
Provides-Extra: windows
|
|
67
|
+
Provides-Extra: core
|
|
68
|
+
Provides-Extra: all
|
|
69
|
+
Dynamic: author
|
|
70
|
+
Dynamic: home-page
|
|
71
|
+
Dynamic: license-file
|
|
72
|
+
Dynamic: requires-python
|
|
73
|
+
|
|
74
|
+
# Supervertaler
|
|
75
|
+
|
|
76
|
+
[](https://pypi.org/project/Supervertaler/)
|
|
77
|
+
[](https://www.python.org/downloads/)
|
|
78
|
+
[](https://opensource.org/licenses/MIT)
|
|
79
|
+
|
|
80
|
+
**Professional AI-enhanced translation workbench** with multi-LLM support (GPT-4, Claude, Gemini, Ollama), translation memory, glossary management, and seamless CAT tool integration (memoQ, Trados, CafeTran, Phrase, Déjà Vu).
|
|
81
|
+
|
|
82
|
+
---
|
|
83
|
+
|
|
84
|
+
## Installation
|
|
85
|
+
|
|
86
|
+
```bash
|
|
87
|
+
pip install supervertaler
|
|
88
|
+
supervertaler
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
Or run from source:
|
|
92
|
+
|
|
93
|
+
```bash
|
|
94
|
+
git clone https://github.com/michaelbeijer/Supervertaler.git
|
|
95
|
+
cd Supervertaler
|
|
96
|
+
pip install -r requirements.txt
|
|
97
|
+
python Supervertaler.py
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
## Key Features
|
|
103
|
+
|
|
104
|
+
- **Multi-LLM AI Translation** - OpenAI GPT-4/5, Anthropic Claude, Google Gemini, Local Ollama
|
|
105
|
+
- **Translation Memory** - Fuzzy matching TM with TMX import/export
|
|
106
|
+
- **Glossary System** - Priority-based term highlighting with forbidden term marking
|
|
107
|
+
- **Superlookup** - Unified concordance search across TM, glossaries, MT, and web resources
|
|
108
|
+
- **CAT Tool Integration** - memoQ XLIFF, Trados SDLPPX/SDLRPX, CafeTran, Phrase, Déjà Vu X3
|
|
109
|
+
- **Voice Commands** - Hands-free translation with OpenAI Whisper
|
|
110
|
+
- **Document Support** - DOCX, bilingual DOCX, PDF, Markdown, plain text
|
|
111
|
+
|
|
112
|
+
---
|
|
113
|
+
|
|
114
|
+
## Documentation
|
|
115
|
+
|
|
116
|
+
| Resource | Description |
|
|
117
|
+
|----------|-------------|
|
|
118
|
+
| [Online Manual](https://supervertaler.gitbook.io/superdocs/) | Quick start, guides, and troubleshooting |
|
|
119
|
+
| [Changelog](CHANGELOG.md) | Complete version history |
|
|
120
|
+
| [Keyboard Shortcuts](docs/guides/KEYBOARD_SHORTCUTS.md) | Shortcut reference |
|
|
121
|
+
| [FAQ](FAQ.md) | Common questions |
|
|
122
|
+
| [Website](https://supervertaler.com) | Project homepage |
|
|
123
|
+
|
|
124
|
+
---
|
|
125
|
+
|
|
126
|
+
## Requirements
|
|
127
|
+
|
|
128
|
+
- Python 3.10+
|
|
129
|
+
- PyQt6
|
|
130
|
+
- Windows, macOS, or Linux
|
|
131
|
+
|
|
132
|
+
---
|
|
133
|
+
|
|
134
|
+
## Contributing
|
|
135
|
+
|
|
136
|
+
- [Report bugs](https://github.com/michaelbeijer/Supervertaler/issues)
|
|
137
|
+
- [Request features](https://github.com/michaelbeijer/Supervertaler/discussions)
|
|
138
|
+
- [Contributing guide](CONTRIBUTING.md)
|
|
139
|
+
- [Stargazers](https://github.com/michaelbeijer/Supervertaler/stargazers) - See who's starred the project
|
|
140
|
+
|
|
141
|
+
---
|
|
142
|
+
|
|
143
|
+
## About
|
|
144
|
+
|
|
145
|
+
**Supervertaler** is maintained by [Michael Beijer](https://michaelbeijer.co.uk), a professional translator with 30 years of experience in technical and patent translation.
|
|
146
|
+
|
|
147
|
+
**License:** MIT - Free for personal and commercial use.
|
|
148
|
+
|
|
149
|
+
---
|
|
150
|
+
|
|
151
|
+
**Current Version:** See [CHANGELOG.md](CHANGELOG.md) for the latest release notes.
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
# Supervertaler
|
|
2
|
+
|
|
3
|
+
[](https://pypi.org/project/Supervertaler/)
|
|
4
|
+
[](https://www.python.org/downloads/)
|
|
5
|
+
[](https://opensource.org/licenses/MIT)
|
|
6
|
+
|
|
7
|
+
**Professional AI-enhanced translation workbench** with multi-LLM support (GPT-4, Claude, Gemini, Ollama), translation memory, glossary management, and seamless CAT tool integration (memoQ, Trados, CafeTran, Phrase, Déjà Vu).
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## Installation
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
pip install supervertaler
|
|
15
|
+
supervertaler
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
Or run from source:
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
git clone https://github.com/michaelbeijer/Supervertaler.git
|
|
22
|
+
cd Supervertaler
|
|
23
|
+
pip install -r requirements.txt
|
|
24
|
+
python Supervertaler.py
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
## Key Features
|
|
30
|
+
|
|
31
|
+
- **Multi-LLM AI Translation** - OpenAI GPT-4/5, Anthropic Claude, Google Gemini, Local Ollama
|
|
32
|
+
- **Translation Memory** - Fuzzy matching TM with TMX import/export
|
|
33
|
+
- **Glossary System** - Priority-based term highlighting with forbidden term marking
|
|
34
|
+
- **Superlookup** - Unified concordance search across TM, glossaries, MT, and web resources
|
|
35
|
+
- **CAT Tool Integration** - memoQ XLIFF, Trados SDLPPX/SDLRPX, CafeTran, Phrase, Déjà Vu X3
|
|
36
|
+
- **Voice Commands** - Hands-free translation with OpenAI Whisper
|
|
37
|
+
- **Document Support** - DOCX, bilingual DOCX, PDF, Markdown, plain text
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## Documentation
|
|
42
|
+
|
|
43
|
+
| Resource | Description |
|
|
44
|
+
|----------|-------------|
|
|
45
|
+
| [Online Manual](https://supervertaler.gitbook.io/superdocs/) | Quick start, guides, and troubleshooting |
|
|
46
|
+
| [Changelog](CHANGELOG.md) | Complete version history |
|
|
47
|
+
| [Keyboard Shortcuts](docs/guides/KEYBOARD_SHORTCUTS.md) | Shortcut reference |
|
|
48
|
+
| [FAQ](FAQ.md) | Common questions |
|
|
49
|
+
| [Website](https://supervertaler.com) | Project homepage |
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
## Requirements
|
|
54
|
+
|
|
55
|
+
- Python 3.10+
|
|
56
|
+
- PyQt6
|
|
57
|
+
- Windows, macOS, or Linux
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
|
|
61
|
+
## Contributing
|
|
62
|
+
|
|
63
|
+
- [Report bugs](https://github.com/michaelbeijer/Supervertaler/issues)
|
|
64
|
+
- [Request features](https://github.com/michaelbeijer/Supervertaler/discussions)
|
|
65
|
+
- [Contributing guide](CONTRIBUTING.md)
|
|
66
|
+
- [Stargazers](https://github.com/michaelbeijer/Supervertaler/stargazers) - See who's starred the project
|
|
67
|
+
|
|
68
|
+
---
|
|
69
|
+
|
|
70
|
+
## About
|
|
71
|
+
|
|
72
|
+
**Supervertaler** is maintained by [Michael Beijer](https://michaelbeijer.co.uk), a professional translator with 30 years of experience in technical and patent translation.
|
|
73
|
+
|
|
74
|
+
**License:** MIT - Free for personal and commercial use.
|
|
75
|
+
|
|
76
|
+
---
|
|
77
|
+
|
|
78
|
+
**Current Version:** See [CHANGELOG.md](CHANGELOG.md) for the latest release notes.
|