Xion / wikilate

Wikipedia-based command line translator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't follow all query-continue redirects

Xion opened this issue · comments

As of now, the program will follow all query-continue "redirects" always going through the whole list of languages for given term. This is of course unnecessary if translations to target languages can be found earlier. We should check for that.

From code's standpoint, this likely means introducing Reader into the monad stack for fetchTranslations function, providing the configuration options inside of it.