You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in order to make this accommodate configurable future languages, we need an interface that includes the specified language in the url routing, a method to send the request, and a method to parse the results. This language should be modularized, and configurable so that the next language can simply be configured from the front end without any code changes if possible.
The text was updated successfully, but these errors were encountered:
Save a configurable dictionary source such as http://www.nayiri.com/search?l=en&dt=HY_EN&query={word} as the dictionary source.
load the definitions in the background and present them on hover
or maybe google translate
https://translate.google.com/#hy/en/{word}
(look for span id="result_box")
in order to make this accommodate configurable future languages, we need an interface that includes the specified language in the url routing, a method to send the request, and a method to parse the results. This language should be modularized, and configurable so that the next language can simply be configured from the front end without any code changes if possible.
The text was updated successfully, but these errors were encountered: