- {/if}
-
- {
- selectedTab = 'about';
- }}
- >
-
-
+
+
{$i18n.t('General')}
+
+ {:else if tabId === 'interface'}
+
{
+ selectedTab = 'interface';
+ }}
+ >
+
+ {$i18n.t('Interface')}
+
+ {:else if tabId === 'personalization'}
+
{
+ selectedTab = 'personalization';
+ }}
+ >
+
+
+
+ {$i18n.t('Personalization')}
+
+ {:else if tabId === 'audio'}
+
{
+ selectedTab = 'audio';
+ }}
+ >
+
+ {$i18n.t('Audio')}
+
+ {:else if tabId === 'chats'}
+
{
+ selectedTab = 'chats';
+ }}
+ >
+
+ {$i18n.t('Chats')}
+
+ {:else if tabId === 'account'}
+
{
+ selectedTab = 'account';
+ }}
+ >
+
+ {$i18n.t('Account')}
+
+ {:else if tabId === 'about'}
+
{
+ selectedTab = 'about';
+ }}
+ >
+
+ {$i18n.t('About')}
+
+ {:else if tabId === 'admin'}
+ {#if $user.role === 'admin'}
+
{
+ await goto('/admin/settings');
+ show = false;
+ }}
+ >
+
+ {$i18n.t('Admin Settings')}
+
+ {/if}
+ {/if}
+ {/each}
+ {:else}
+
+ {$i18n.t('No results found')}
-
{$i18n.t('About')}
-
+ {/if}
{#if selectedTab === 'general'}