Created translate view #998
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
5 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K!998
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "#977-Translator-API"
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?
Created a new Translation View using the FreeDictionaryApi.
The view demonstrates the API’s translation and dictionary capabilities through a simple interface with:
During implementation, it became clear that the API is more dictionary-focused than a full translation service. It works best when translating from English to other languages, while translations from other languages are often limited or inconsistent depending on the available Wiktionary data.
Current behavior
Notes
The current implementation was kept to demonstrate the API’s functionality and explore its capabilities in practice.
A possible workaround would be to use the returned definitions/senses as fallback translations when direct translations are unavailable. However, this approach is inconsistent and may not provide accurate results.
For a more reliable multilingual translation experience, a dedicated translation API would likely be a better long-term solution.
Review on #998
Whats done
Tested on macOS using Chrome
Inspected following files
What needs to be done
Conclusion
After testing the view, I think the current card can give a different idea of how the translation works. The
From,ToandTranslatemakes it feel like direct translation but some searches return no results because the API works more like a dictionary lookup. One suggestion is to change the text or layout a bit so that its cleare for users.I changed the view to make more sense of what it does.
Followed the review and renamed the files. However, I am having issues with renaming CSS files GitHub is not recognizing the change, so to avoid errors i didn't change the file's name.
Review on #998
Whats done
Reviewed the code and tested the card
Tested on ubuntu using firefox
Inspected following files
What needs to be done
Conclusion
Even though localization has not been implemented, I think this is ready to be merged
Ok will merge
@c22abdal wrote in #998 (comment):
It doesn’t care about uppercase changes. You can rename the file to anything, push it, then rename it again to follow the proper naming convention and push it once more.
has merged manually
Pull request closed