mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-28 07:19:11 +08:00
This PR changes Discourse AI translations from an opt-in category model to an opt-out model: instead of translating only selected `ai_translation_target_categories`, it introduces `ai_translation_excluded_categories`, updates the admin UI copy and save flow, changes topic/post/category candidate selection and detection jobs to translate all non-excluded categories by default, and adds a migration that converts existing target-category settings into the equivalent excluded-category list for existing sites. It also updates all related specs. --------- Co-authored-by: discourse-patch-triage[bot] <272280883+discourse-patch-triage[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| 20241031041242_migrate_sentiment_classification_result_format_spec.rb | ||
| 20250125162658_fix_broken_open_ai_embeddings_config_spec.rb | ||
| 20250127145305_clean_unused_embedding_search_indexes_spec.rb | ||
| 20260331024139_split_translation_public_content_setting_spec.rb | ||
| 20260504211108_backfill_reviewable_ai_tool_action_scope_spec.rb | ||
| 20260513162531_convert_ai_translation_target_categories_to_excluded_categories_spec.rb | ||