chore: make vue domain components localizable (#1532)

This commit is contained in:
Philipp Fischbeck
2022-08-10 07:12:45 +02:00
committed by GitHub
parent e5bf7bce17
commit 32244988d2
23 changed files with 254 additions and 144 deletions

View File

@@ -97,7 +97,7 @@
v-if="!$vuetify.breakpoint.xsOnly"
:items="[
{
title: 'Toggle View',
title: $t('general.toggle-view'),
icon: $globals.icons.eye,
event: 'toggle-dense-view',
},