discourse-ai/lib/translation
Natalie Tay 1d88ca44f0
DEV: Use core's locale normalizer (#1509)
We've moved the class to core here discourse/discourse#33702 so following up a deletion in this repo.
2025-07-22 10:09:03 +08:00
..
base_translator.rb FIX: Add a max token limit based on the text to be translated (#1507) 2025-07-17 17:47:15 +08:00
category_locale_detector.rb DEV: Also detect locale of categories and do not translate if already in the locale (#1413) 2025-06-06 22:41:48 +08:00
category_localizer.rb FIX: Localize description excerpts as they have limits (#1490) 2025-07-08 10:36:41 +08:00
content_splitter.rb DEV: Split content based on llmmodel's max_output_tokens (#1456) 2025-06-23 21:11:20 +08:00
entry_point.rb DEV: Normalize locales that are similar (e.g. en and en_GB) so they do not get translated (#1495) 2025-07-09 22:21:51 +08:00
language_detector.rb DEV: Switch translations out of structured output as it returns only a single value (#1503) 2025-07-16 13:38:00 +08:00
post_detection_text.rb FIX: Ignore captions and quotes when detecting locale and update prompts (#1483) 2025-07-03 22:57:48 +08:00
post_locale_detector.rb FIX: Ignore captions and quotes when detecting locale and update prompts (#1483) 2025-07-03 22:57:48 +08:00
post_localizer.rb DEV: Split content based on llmmodel's max_output_tokens (#1456) 2025-06-23 21:11:20 +08:00
post_raw_translator.rb DEV: Move AI translation feature into an AI Feature (#1424) 2025-06-13 10:17:27 +08:00
short_text_translator.rb DEV: Move AI translation feature into an AI Feature (#1424) 2025-06-13 10:17:27 +08:00
topic_locale_detector.rb FIX: Ignore captions and quotes when detecting locale and update prompts (#1483) 2025-07-03 22:57:48 +08:00
topic_localizer.rb DEV: Move AI translation feature into an AI Feature (#1424) 2025-06-13 10:17:27 +08:00
topic_title_translator.rb DEV: Move AI translation feature into an AI Feature (#1424) 2025-06-13 10:17:27 +08:00
verbose_logger.rb