discourse/plugins/discourse-ai/lib/translation
Kris ce9d2d543a
UX: Sort AI translations by completion, show decimal between 99 and 100% (#35461)
This will sort the bars of the AI translation chart in descending order
based on completion %.

I've also made an adjustment to show a single decimal of precision
between 99 and 100% so we're not rounding up to 100% when there are
still a small number of remaining posts to translate.
2025-10-16 17:32:39 -04:00
..
base_candidates.rb PERF: optimize translation progress dashboard with batch query (#34861) 2025-09-29 13:32:40 +08:00
base_translator.rb
category_candidates.rb DEV: Hand-pick Rails/WhereNot autofixes (#35117) 2025-10-03 13:29:22 +02:00
category_locale_detector.rb
category_localizer.rb
content_splitter.rb
entry_point.rb FEATURE: Allow re-localization twice a day if post version has changed (#34023) 2025-08-04 10:58:30 +08:00
language_detector.rb FIX: Do not send empty content when detecting language (#34825) 2025-09-17 00:52:40 +08:00
post_candidates.rb UX: Sort AI translations by completion, show decimal between 99 and 100% (#35461) 2025-10-16 17:32:39 -04:00
post_detection_text.rb
post_locale_detector.rb FIX: Do not send empty content when detecting language (#34825) 2025-09-17 00:52:40 +08:00
post_localizer.rb FEATURE: Also process manually updated translations (#35276) 2025-10-09 00:33:36 +08:00
post_raw_translator.rb
short_text_translator.rb
topic_candidates.rb DEV: Hand-pick Rails/WhereNot autofixes (#35117) 2025-10-03 13:29:22 +02:00
topic_locale_detector.rb
topic_localizer.rb
topic_title_translator.rb
verbose_logger.rb