billthefarmer / gurgle

Fairly simple android word game
https://billthefarmer.github.io/gurgle/
GNU General Public License v3.0
56 stars 18 forks source link

Use Wiktionary to show word definitions #53

Closed sotpapathe closed 2 years ago

sotpapathe commented 2 years ago

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.

sotpapathe commented 2 years ago

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