and refactor method to make it testable without making requests
utils/fetch_languages.py gets languages supported by each engine and generates engines_languages.json with each engine's supported language.
The currency names are fetched wikidata and store into a static file : searx/data/currencies.json This file is loaded when the currency_converter is loaded. A database is perhaps more appropiated.