😒 Is your feature request related to a problem? Please describe.
There is currently no possibility to change the language of foxdeck, alltough we support the english language.
🤔 Describe the solution you'd like
The FDDropdown component should be used for implementation. This component accepts a list of elements (in our case a list of supported languages, i.e. German and English) as well as the currently selected element (the currently used language is obtained via the "useI18n" composable). If the language is changed, the newly selected language must be set (also via the "useI18n" composable).
The dropdown should be at the settings overlay on the top right of the application,
😒 Is your feature request related to a problem? Please describe.
There is currently no possibility to change the language of foxdeck, alltough we support the english language.
🤔 Describe the solution you'd like
The FDDropdown component should be used for implementation. This component accepts a list of elements (in our case a list of supported languages, i.e. German and English) as well as the currently selected element (the currently used language is obtained via the "useI18n" composable). If the language is changed, the newly selected language must be set (also via the "useI18n" composable).
The dropdown should be at the settings overlay on the top right of the application,