Detect language for incoming posts
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
9932aeffc5
commit
80dbbd5501
2 changed files with 10 additions and 2 deletions
|
|
@ -14,5 +14,5 @@ defmodule LanguageDetectorMock do
|
|||
def configured?, do: true
|
||||
|
||||
@impl Provider
|
||||
def detect(text), do: "fr"
|
||||
def detect(_text), do: "fr"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue