mirror of
https://github.com/discourse/discourse.git
synced 2026-08-07 13:19:19 +08:00
Previously, #42082 converted `ai_translation_backfill_max_age_days` (default: 5 days) into the blank-by-default `ai_translation_backfill_start_date`, which had the unintended side effect of leaving post/topic backfill disabled when automatic translations were enabled. This change sets `ai_translation_backfill_start_date` to 5 days ago whenever `ai_translation_enabled` is turned on and the date is still at its default, restoring the original out-of-the-box backfill behavior without overriding an explicitly configured date. |
||
|---|---|---|
| .. | ||
| base_candidates.rb | ||
| base_translator.rb | ||
| category_candidates.rb | ||
| category_locale_detector.rb | ||
| category_localizer.rb | ||
| content_splitter.rb | ||
| entry_point.rb | ||
| language_detector.rb | ||
| localizable_quota.rb | ||
| post_candidates.rb | ||
| post_detection_text.rb | ||
| post_locale_detector.rb | ||
| post_localizer.rb | ||
| post_raw_translator.rb | ||
| progress.rb | ||
| short_text_translator.rb | ||
| sidebar_section_candidates.rb | ||
| sidebar_section_locale_detector.rb | ||
| sidebar_section_localizer.rb | ||
| tag_candidates.rb | ||
| tag_locale_detector.rb | ||
| tag_localizer.rb | ||
| topic_candidates.rb | ||
| topic_locale_detector.rb | ||
| topic_localizer.rb | ||
| topic_title_translator.rb | ||
| verbose_logger.rb | ||