deepset-ai / COVID-QA

API & Webapp to answer questions about COVID-19. Using NLP (Question Answering) and trusted data sources.
Apache License 2.0
344 stars 121 forks source link

Frontend: multi language support #87

Closed David-Mueller closed 4 years ago

David-Mueller commented 4 years ago

This PR should lead to the UI auto-selecting the UI-language based on i18next-browser-languageDetector. Other languages can be tested by adding "?lng=de" or "?lng=en" to the query string.

There are no toggle buttons (yet?)

tholor commented 4 years ago

Great! Thanks @David-Mueller!

@sfakir can you please have a look and merge + deploy?

sfakir commented 4 years ago

@David-Mueller looks good thank you!