0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-11 02:59:07 +08:00
discourse/plugins/discourse-ai/spec/lib/translation
Natalie Tay 5b6d32804a
FIX: Also automatically translate to site's default locale (#37292)
The language switcher automatically includes the site's default locale.

However, when doing automatic translations, we do not add the site's
default locale into the list of languages to translate to.

This commit adds the site's default locale and makes sure content gets
translated to it by default, without the need to add it to `SiteSetting.
content_localization_supported_locales`. This commit also updates the
setting description to indicate as such.
2026-01-24 00:08:34 +08:00
..
base_translator_spec.rb FEATURE: support thinking summary on responses API (#36013) 2025-11-18 07:54:14 +11:00
category_candidates_spec.rb PERF: optimize translation progress dashboard with batch query (#34861) 2025-09-29 13:32:40 +08:00
category_locale_detector_spec.rb FIX: Improve prompt and check returned value conforms to standard (#35763) 2025-11-05 17:41:49 +08:00
category_localizer_spec.rb PERF: Cache LlmModel lookups in backfill jobs (#36359) 2025-12-01 17:04:25 -03:00
content_splitter_spec.rb
entry_point_spec.rb FIX: Retranslate topic excerpts and avoid using post versions to indicate change (#36382) 2025-12-02 22:45:11 +08:00
language_detector_spec.rb DEV: New test for each LLM response (#36154) 2025-11-21 12:28:50 +08:00
localizable_quota_spec.rb FIX: Retranslate topic excerpts and avoid using post versions to indicate change (#36382) 2025-12-02 22:45:11 +08:00
post_candidates_spec.rb FEATURE: Allow bot content to be AI translated (#37291) 2026-01-23 23:19:26 +08:00
post_detection_text_spec.rb
post_locale_detector_spec.rb FIX: Improve prompt and check returned value conforms to standard (#35763) 2025-11-05 17:41:49 +08:00
post_localizer_spec.rb FIX: Ensure upload reference is available before cooking (#36887) 2025-12-29 23:33:16 +08:00
tag_candidates_spec.rb FEATURE: Introduce tag localizations with API, without UI yet (#36754) 2025-12-18 18:25:58 +08:00
tag_locale_detector_spec.rb FEATURE: Introduce tag localizations with API, without UI yet (#36754) 2025-12-18 18:25:58 +08:00
tag_localizer_spec.rb FEATURE: Introduce tag localizations with API, without UI yet (#36754) 2025-12-18 18:25:58 +08:00
topic_candidates_spec.rb FEATURE: Allow bot content to be AI translated (#37291) 2026-01-23 23:19:26 +08:00
topic_locale_detector_spec.rb FIX: Improve prompt and check returned value conforms to standard (#35763) 2025-11-05 17:41:49 +08:00
topic_localizer_spec.rb PERF: Cache LlmModel lookups in backfill jobs (#36359) 2025-12-01 17:04:25 -03:00
translation_spec.rb FIX: Also automatically translate to site's default locale (#37292) 2026-01-24 00:08:34 +08:00