The-Huginn / party-game

2 stars 1 forks source link

Set language to currently used language for settings dropdown menu #37

Open The-Huginn opened 1 year ago

The-Huginn commented 1 year ago

Currently the field is empty, we should default to the option currently in use, or at least display 'en' by default

The-Huginn commented 1 year ago

It seems the problem is possibly in the svelte-i18n package, where it does not work for mobile. This is cause by the bind:value=${locale} clause, which might be internally changing the elements, thus misunderstanding of using this clause