dictionary/translate API view #977
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked, waiting for further changes
bug
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
help wanted
invalid
low priority
needs input
needs review
project documentation
question
research
reviewed
script
security
SQL
style
testing
topLevel
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K#977
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is not an important view prioritize other issues before this
#944 research
creating a view where a user can send a word for translating using the freedictionaryapi the user should be able to choose from and to which language the translation happens. examples on how to call the api in the research.
If implemented then we have to make sure to give credit in legal page
The API uses Wiktionary data under the CC BY-SA 4.0 license. Attribution to Wiktionary and FreeDictionaryApi is required when using the API.
I think there might have been a misunderstanding of the usage of this API.

It is not a translation tool, but a dictionary of one language.
It can (slight chance) give a translation from a language to English.
So it won't work as a From x to y language. and it won't always have a translation in english.
This being said, I have implemented it and can still pull request if it is needed?
If you add the translate option then it translates it to other languages.

Yes, it is enabled. But this means if any translations are found, they will be present.
which is what I included in the usage, shwon in the images above (they are a card in i made).
But this tool is not for translation. Thus, we cannot have it translate, ex: from English to Swedish. it will always give the definition of the word from the selected language in English. not translate
When i use the api i get the translations?

search for hello
and got
Has been merged in pr #998