feat: init i18n with gitlocalize

This commit is contained in:
liyasthomas
2021-08-16 14:18:45 +05:30
parent 33d05eaa77
commit bf0278aa00
9 changed files with 105 additions and 118 deletions

View File

@@ -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()"
/>