discourse-ai/assets/javascripts/initializers
Natalie Tay 373e2305d6
FEATURE: Automatic translation and localization of posts, topics, categories (#1376)
Related: https://github.com/discourse/discourse-translator/pull/310

This commit includes all the jobs and event hooks to localize posts, topics, and categories.

A few notes:
- `feature_name: "translation"` because the site setting is `ai-translation` and module is `Translation`
- we will switch to proper ai-feature in the near future, and can consider using the persona_user as `localization.localizer_user_id`
- keeping things flat within the module for now as we will be moving to ai-feature soon and have to rearrange
- Settings renamed/introduced are:
  - ai_translation_backfill_rate (0)
  - ai_translation_backfill_limit_to_public_content (true)
  - ai_translation_backfill_max_age_days (5)
  - ai_translation_verbose_logs (false)
2025-05-29 17:28:06 +08:00
..
admin-plugin-configuration-nav.js FEATURE: Configure persona backed features in admin panel (#1245) 2025-04-10 08:16:31 -07:00
admin-reports.js DEV: Updates to sentiment analysis reports (#1161) 2025-03-05 13:53:56 -08:00
ai-artifacts.gjs FEATURE: allow passing in data attributes to an artifact (#1346) 2025-05-19 15:44:37 +10:00
ai-bot-replies.js FEATURE: correctly decorate AI bots (#1300) 2025-04-30 16:36:38 +10:00
ai-chat-summarization.js FEATURE: move summary to use llm_model (#699) 2024-07-04 10:48:18 +10:00
ai-conversations-sidebar.js DEV: Fix linting violations (#1345) 2025-05-16 13:06:15 +01:00
ai-gist-topic-list-class.js DEV: include excerpt-expanded class when gists are enabled (#1267) 2025-04-16 15:26:04 -04:00
ai-helper.js DEV: Hide proofreading shortcut in toolbar title (#1360) 2025-05-22 09:36:55 -07:00
ai-image-caption.js FEATURE: llm quotas (#1047) 2025-01-14 15:54:09 +11:00
ai-search-discoveries.js FEATURE: Add ability to disable search discoveries (#1177) 2025-03-10 14:17:58 -07:00
ai-semantic-search.js FIX: results not being reset when appending to query param (#912) 2024-11-13 07:19:34 -08:00
ai-sentiment-admin-nav.js DEV: Updates to sentiment analysis reports (#1161) 2025-03-05 13:53:56 -08:00
related-topics.gjs DEV: Bump dependencies and fix linting (#1115) 2025-02-06 17:42:32 +01:00
translation.js FEATURE: Automatic translation and localization of posts, topics, categories (#1376) 2025-05-29 17:28:06 +08:00