dbmdz/cudami

Use context for default language

jbaiter opened this issue · 0 comments

Currently the default language is passed to a lot of components via prop. Since it's a de facto global variable that shouldn't be passed around to each and every component, putting it into a Context would help keeping the API surface of the components slimmer.