Replace Status#translatable? with language matrix in separate endpoint (#24037)
This commit is contained in:
committed by
GitHub
parent
630436ab2d
commit
bd047acc35
@@ -21,8 +21,8 @@ class TranslationService
|
||||
ENV['DEEPL_API_KEY'].present? || ENV['LIBRE_TRANSLATE_ENDPOINT'].present?
|
||||
end
|
||||
|
||||
def supported?(_source_language, _target_language)
|
||||
false
|
||||
def languages
|
||||
{}
|
||||
end
|
||||
|
||||
def translate(_text, _source_language, _target_language)
|
||||
|
||||
Reference in New Issue
Block a user