🌐 Add Localization feature

This commit is contained in:
2022-08-21 16:57:06 +02:00
parent 710a07b04b
commit 59a2c0eacb
17 changed files with 301 additions and 123 deletions

View File

@ -12,16 +12,16 @@ import { loading } from "./store";
<div class="center">
<main>
<DateSelector
v-show="$route.name != 'Settings' && $route.name != 'Login'"
v-show="$route.name != 'title.settings' && $route.name != 'title.login'"
/>
<LoadingElement
:active="loading"
v-show="$route.name != 'Settings' && $route.name != 'Login'"
v-show="$route.name != 'title.settings' && $route.name != 'title.login'"
/>
<RouterView />
</main>
</div>
<BottomNavbar v-show="$route.name != 'Login'" />
<BottomNavbar v-show="$route.name != 'title.login'" />
</template>
<style>