billthefarmer / gurgle

Fairly simple android word game

Home Page:https://billthefarmer.github.io/gurgle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Wiktionary to show word definitions

sotpapathe opened this issue · comments

DuckDuckGo doesn't work well for languages other than English. Wiktionary on the other hand allows specifying the language to search in like this:

https://LANGUAGE.wiktionary.org/wiki/WORD

where LANGUAGE is a two-letter language code and WORD is the URL-encoded word to search for.

Managed to get Android Studio to work so implemented this in PR #54.