.. |
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
|
…
|
|