mirror of
https://github.com/discourse/discourse.git
synced 2026-08-14 13:58:53 +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> |
||
|---|---|---|
| .. | ||
| detect_translate_post_spec.rb | ||
| detect_translate_topic_spec.rb | ||
| digest_rag_upload_spec.rb | ||
| fast_track_topic_gist_spec.rb | ||
| generate_inferred_concepts_spec.rb | ||
| generate_rag_embeddings_spec.rb | ||
| localize_categories_spec.rb | ||
| localize_posts_spec.rb | ||
| localize_tags_spec.rb | ||
| localize_theme_translations_spec.rb | ||
| localize_topics_spec.rb | ||
| manage_embedding_def_search_index_spec.rb | ||
| stream_composer_helper_spec.rb | ||
| stream_discord_reply_spec.rb | ||
| stream_discover_reply_spec.rb | ||
| stream_post_helper_spec.rb | ||
| stream_topic_ai_summary_spec.rb | ||