We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7607b46 commit 8c24ecfCopy full SHA for 8c24ecf
app/services/discourse_translator/base.rb
@@ -43,7 +43,7 @@ def self.translate(topic_or_post)
43
)
44
end
45
46
- translated_text = get_detected_locale(topic_or_post) || translate!(topic_or_post)
+ translated_text = get_translation(topic_or_post) || translate!(topic_or_post)
47
48
[detected_lang, translated_text]
49
0 commit comments