wandb / openui

OpenUI let's you describe UI using your imagination, then see it rendered live.
https://openui.fly.dev
Apache License 2.0
16.81k stars 1.47k forks source link

Add the ability to change the language of the UI. #172

Open vanpelt opened 5 days ago

vanpelt commented 5 days ago

We currently have basic multi-language support implemented in frontend/src/lib/i18n.ts using i18next-browser-languagedetector. Let's make sure we default the language to the users language from their browser and allow a user to choose between one of the languages we support in frontend/src/components/Settings.tsx and store the result in local or session storage at the key which i18next-browser-languagedetector expects.