discourse/plugins/discourse-ai/spec/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_translator_spec.rb
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
category_localizer_spec.rb
content_splitter_spec.rb
entry_point_spec.rb FEATURE: Allow re-localization twice a day if post version has changed (#34023) 2025-08-04 10:58:30 +08:00
language_detector_spec.rb FIX: Do not send empty content when detecting language (#34825) 2025-09-17 00:52:40 +08:00
post_candidates_spec.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_spec.rb
post_locale_detector_spec.rb FIX: Do not send empty content when detecting language (#34825) 2025-09-17 00:52:40 +08:00
post_localizer_spec.rb FEATURE: Add oneboxes and lightboxes to localized posts (#34900) 2025-10-08 15:14:56 +08:00
topic_candidates_spec.rb DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
topic_locale_detector_spec.rb
topic_localizer_spec.rb