feat: init i18n with gitlocalize
This commit is contained in:
@@ -1,17 +1,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<header
|
||||
class="
|
||||
flex
|
||||
space-x-2
|
||||
flex-1
|
||||
py-2
|
||||
px-2
|
||||
hide-scrollbar
|
||||
items-center
|
||||
justify-between
|
||||
"
|
||||
:class="{ 'overflow-x-auto': !currentUser }"
|
||||
class="flex space-x-2 flex-1 py-2 px-2 items-center justify-between"
|
||||
>
|
||||
<div class="space-x-2 group inline-flex items-center">
|
||||
<ButtonSecondary
|
||||
@@ -28,7 +18,7 @@
|
||||
id="installPWA"
|
||||
v-tippy="{ theme: 'tooltip' }"
|
||||
:title="$t('header.install_pwa')"
|
||||
icon="offline_bolt"
|
||||
icon="download_for_offline"
|
||||
class="rounded"
|
||||
@click.native="showInstallPrompt()"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user