discourse-translator/app/models/discourse_translator
Natalie Tay 00a202feb6
FIX: 'Show original' button only shows in topics where there are translated content (#240)
Currently, the button above shows up even when there are no posts translated. With this commit, we will not show the button if there are zero posts in the topic that is translated.

This commit also
- only returns translations of supported languages (in SiteSetting.automatic_translation_target_languages)
- optimises loading translations when the feature is enabled under certain circumstances
2025-03-06 11:36:44 +08:00
..
post_locale.rb DEV: Move translation custom fields into their own tables (#201) 2025-02-10 12:29:07 +08:00
post_translation.rb FIX: 'Show original' button only shows in topics where there are translated content (#240) 2025-03-06 11:36:44 +08:00
topic_locale.rb DEV: Move translation custom fields into their own tables (#201) 2025-02-10 12:29:07 +08:00
topic_translation.rb FIX: 'Show original' button only shows in topics where there are translated content (#240) 2025-03-06 11:36:44 +08:00